Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
698 commits
Select commit Hold shift + click to select a range
ae4867e
Avoid divide-by-zero in regex_selectivity() with long fixed prefix.
tglsfdc Feb 12, 2021
ad2ad69
Tweak compiler version cutoff for no_sanitize("alignment") support.
tglsfdc Feb 12, 2021
8063d0f
doc: Mention NO DEPENDS ON EXTENSION in its supported ALTER commands
michaelpq Feb 13, 2021
8facf1e
README/C-comment: document GiST's NSN value
bmomjian Feb 13, 2021
c7ecd6a
ReadNewTransactionId() -> ReadNextTransactionId().
macdice Feb 15, 2021
2dd6733
Minor fixes to improve regex debugging code.
tglsfdc Feb 15, 2021
b83dcf7
Add result size as argument of pg_cryptohash_final() for overflow checks
michaelpq Feb 15, 2021
637668f
Hold interrupts while running dsm_detach() callbacks.
macdice Feb 15, 2021
d9b0767
Fix the warnings introduced in commit ce0fdbfe97.
Feb 15, 2021
2c8b42b
Use pg_pwrite() in pg_test_fsync.
macdice Feb 15, 2021
f900a79
Default to wal_sync_method=fdatasync on FreeBSD.
macdice Feb 15, 2021
7cde6b1
Adjust lazy_scan_heap() accounting comments.
petergeoghegan Feb 15, 2021
fa41cf8
Avoid misinterpreting GiST pages in pageinspect.
petergeoghegan Feb 15, 2021
9e596b6
Add "LP_DEAD item?" column to GiST pageinspect functions
petergeoghegan Feb 15, 2021
46d6e5f
Display the time when the process started waiting for the lock, in pg…
MasaoFujii Feb 15, 2021
54e51dc
Make ExecGetInsertedCols() and friends more robust and improve comments.
hlinnaka Feb 15, 2021
0e52903
Simplify loop logic in nodeIncrementalSort.c.
tglsfdc Feb 15, 2021
a975ff4
Remove backwards compat ugliness in snapbuild.c.
anarazel Feb 16, 2021
8001cb7
Fix heap_page_prune() parameter order confusion introduced in dc7420c…
anarazel Feb 16, 2021
f672df5
Remove the unnecessary PrepareWrite in pgoutput.
Feb 16, 2021
38bb3ae
Convert tsginidx.c's GIN indexing logic to fully ternary operation.
tglsfdc Feb 16, 2021
e6b8e83
Add psql completion for [ NO ] DEPENDS ON EXTENSION
michaelpq Feb 17, 2021
0e392fc
Use errmsg_internal for debug messages
petere Feb 17, 2021
a29f307
Fix typo
mhagander Feb 17, 2021
f40c696
Routine usage information schema tables
petere Feb 17, 2021
4e703d6
Make some minor improvements in the regex code.
tglsfdc Feb 17, 2021
c15283f
Fix pointer type in ExecForeignBatchInsert SGML docs
tvondra Feb 17, 2021
927f453
Fix tuple routing to initialize batching only for inserts
tvondra Feb 17, 2021
128dd90
nbtree README: move VACUUM linear scan section.
petergeoghegan Feb 18, 2021
f5465fa
Allow specifying CRL directory
petere Feb 18, 2021
eb42110
Add tests for bytea LIKE operator
petere Feb 18, 2021
614b7f1
Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.
MasaoFujii Feb 18, 2021
b5a66e7
Fix another ancient bug in parsing of BRE-mode regular expressions.
tglsfdc Feb 19, 2021
b071a31
Add nbtree README section on page recycling.
petergeoghegan Feb 19, 2021
678d0e2
Update snowball
petere Feb 19, 2021
8a55cb5
Fix bug in COMMIT AND CHAIN command.
MasaoFujii Feb 19, 2021
fe06819
Fix psql's ON_ERROR_ROLLBACK so that it handles COMMIT AND CHAIN.
MasaoFujii Feb 19, 2021
a899ec1
Fix inconsistent configure data for --with-ssl
michaelpq Feb 20, 2021
1766118
doc: Mention that partitions_{done,total} is 0 for REINDEX progress r…
michaelpq Feb 20, 2021
08c0d6a
Invent "rainbow" arcs within the regex engine.
tglsfdc Feb 20, 2021
824bf71
Recognize "match-all" NFAs within the regex engine.
tglsfdc Feb 20, 2021
cebc1d3
Fix regex engine to suppress useless concatenation sub-REs.
tglsfdc Feb 20, 2021
5810430
Convert regex engine's subre tree from binary to N-ary style.
tglsfdc Feb 21, 2021
ea1268f
Avoid generating extra subre tree nodes for capturing parentheses.
tglsfdc Feb 21, 2021
6ee479a
Fix invalid array access in trgm_regexp.c.
tglsfdc Feb 22, 2021
190c798
Simplify memory management for regex DFAs a little.
tglsfdc Feb 22, 2021
db8374d
Remove outdated reference to RAID spindles.
macdice Feb 22, 2021
9294264
Use pgstat_progress_update_multi_param() where possible
michaelpq Feb 22, 2021
efbfb64
Improve new hash partition bound check error messages
petere Feb 22, 2021
f05ed5a
Initialize atomic variable waitStart in PGPROC, at postmaster startup.
MasaoFujii Feb 22, 2021
0fb0a05
Hide internal error for pg_collation_actual_version(<bad OID>).
macdice Feb 22, 2021
9cf184c
pg_collation_actual_version() -> pg_collation_current_version().
macdice Feb 22, 2021
beb4480
Refactor get_collation_current_version().
macdice Feb 22, 2021
5bc09a7
Tab-complete CREATE COLLATION.
macdice Feb 22, 2021
d22d0fa
Fix docs build for website styles
mhagander Feb 22, 2021
6a03369
Fix typo
alvherre Feb 22, 2021
0f5505a
Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls
alvherre Feb 22, 2021
bc617a7
Change the error message for logical replication authentication failure.
Feb 23, 2021
ade89ba
Fix an oversight in ReorderBufferFinishPrepared.
Feb 23, 2021
6f6f284
Simplify printing of LSNs
petere Feb 23, 2021
d9d0762
VACUUM: ignore indexing operations with CONCURRENTLY
alvherre Feb 23, 2021
3db05e7
Suppress compiler warning in new regex match-all detection code.
tglsfdc Feb 23, 2021
8deb6b3
Reinstate HEAP_XMAX_LOCK_ONLY|HEAP_KEYS_UPDATED as allowed
alvherre Feb 23, 2021
5a65eac
Fix confusion in comments about generate_gather_paths
alvherre Feb 23, 2021
c82d59d
doc: Improve description of wal_receiver_status_interval
michaelpq Feb 24, 2021
8ec8fe0
Message style fix
petere Feb 24, 2021
bcf2667
Fix some typos, grammar and style in docs and comments
michaelpq Feb 24, 2021
8a4f952
Fix relcache reference leak introduced by ce0fdbfe97.
Feb 25, 2021
e5d8a99
Use full 64-bit XIDs in deleted nbtree pages.
petergeoghegan Feb 25, 2021
a6f8dc4
doc: Mention PGDATABASE as supported by pgbench
michaelpq Feb 25, 2021
6b40d9b
Improve tab-completion for TRUNCATE.
MasaoFujii Feb 25, 2021
2a0af7f
Allow complemented character class escapes within regex brackets.
tglsfdc Feb 25, 2021
7dc13a0
Change regex \D and \W shorthands to always match newlines.
tglsfdc Feb 25, 2021
301ed88
Doc: remove src/backend/regex/re_syntax.n.
tglsfdc Feb 25, 2021
2376361
VACUUM VERBOSE: Count "newly deleted" index pages.
petergeoghegan Feb 25, 2021
80ca846
Fix list-manipulation bug in WITH RECURSIVE processing.
tglsfdc Feb 26, 2021
8556267
Revert "pg_collation_actual_version() -> pg_collation_current_version…
macdice Feb 26, 2021
329784e
doc: Improve {archive,restore}_command for compressed logs
michaelpq Feb 26, 2021
b3a9e98
Extend a test case a little
petere Feb 26, 2021
0fc1af1
Improve memory management in regex compiler.
tglsfdc Feb 26, 2021
4e90052
Doc: further clarify libpq's description of connection string URIs.
tglsfdc Feb 26, 2021
f4adc41
Enhanced cycle mark values
petere Feb 27, 2021
bb437f9
Add TID Range Scans to support efficient scanning ranges of TIDs
david-rowley Feb 27, 2021
977b2c0
Add missing TidRangeScan readfunc
david-rowley Feb 27, 2021
388b959
Raise a timeout to 180s, in contrib/test_decoding.
nmisch Feb 27, 2021
25936fd
Fix use-after-free bug with AfterTriggersTableData.storeslot
alvherre Feb 27, 2021
943eb47
pgbench: Remove now-dead CState->ecnt
michaelpq Feb 27, 2021
d1b9099
Remove latch.c workaround for Linux < 2.6.27.
macdice Feb 28, 2021
c8f3bc2
Optimize latches to send fewer signals.
macdice Feb 28, 2021
83709a0
Use SIGURG rather than SIGUSR1 for latches.
macdice Feb 28, 2021
6a2a70a
Use signalfd(2) for epoll latches.
macdice Feb 28, 2021
6148656
Use EVFILT_SIGNAL for kqueue latches.
macdice Feb 28, 2021
b4e3dc7
Update the docs and comments for decoding of prepared xacts.
Mar 1, 2021
cf54e04
Update docs of logical replication for commit ce0fdbfe97.
Mar 1, 2021
a042ba2
Introduce symbolic names for FeBeWaitSet positions.
macdice Mar 1, 2021
6230912
Use FeBeWaitSet for walsender.c.
macdice Mar 1, 2021
8bdb133
Avoid repeated decoding of prepared transactions after a restart.
Mar 1, 2021
814f1d8
Use condition variables for ProcSignalBarriers.
macdice Mar 1, 2021
f5a5773
Allow condition variables to be used in interrupt code.
macdice Mar 1, 2021
1e6e404
Fix recovery test hang in 021_row_visibility.pl on windows.
anarazel Mar 1, 2021
bd69ddf
Remove obsolete comment for WaitForProcSignalBarrier().
macdice Mar 1, 2021
ffd3944
Improve reporting for syntax errors in multi-line JSON data.
tglsfdc Mar 1, 2021
8c1b6a1
doc: Mention archive_command failure handling on signals
michaelpq Mar 2, 2021
bd1b8d0
doc: Improve description of data checksums
michaelpq Mar 2, 2021
fabde52
Simplify code to switch pg_class.relrowsecurity in tablecmds.c
michaelpq Mar 2, 2021
c5530d8
Fix duplicated test case in TAP tests of reindexdb
michaelpq Mar 2, 2021
4aea704
Fix semantics of regular expression back-references.
tglsfdc Mar 2, 2021
0c3405c
Improve performance of regular expression back-references.
tglsfdc Mar 2, 2021
4604f83
Suppress unnecessary regex subre nodes in a couple more cases.
tglsfdc Mar 2, 2021
75dbfe4
Use native path separators to pg_ctl in initdb
alvherre Mar 2, 2021
d16f8c8
Mark default_transaction_read_only as GUC_REPORT.
tglsfdc Mar 2, 2021
3d8d578
Fix nbtree page deletion error messages.
petergeoghegan Mar 2, 2021
5b2f2af
nbtree page deletion: Add leaftopparent assertion.
petergeoghegan Mar 2, 2021
57e6db7
Add --tablespace option to reindexdb
michaelpq Mar 3, 2021
ee28cac
Extend the abilities of libpq's target_session_attrs parameter.
tglsfdc Mar 3, 2021
19890a0
Add option to enable two_phase commits via pg_create_logical_replicat…
Mar 3, 2021
0a1f1d3
Add sort_template.h for making sort functions.
macdice Mar 3, 2021
f374f4d
Use sort_template.h for qsort() and qsort_arg().
macdice Mar 3, 2021
8eda3eb
Use sort_template.h for qsort_tuple() and qsort_ssup().
macdice Mar 3, 2021
d422a2a
Silence perlcritic warning in commit ee28cacf6.
tglsfdc Mar 3, 2021
e527a99
Some copy-editing of GUC descriptions
petere Mar 3, 2021
8af3c23
Clarify the usage of max_replication_slots on the subscriber side.
Mar 3, 2021
f06b1c5
pg_upgrade: Check version of target cluster binaries
petere Mar 3, 2021
3769e11
Make test_target_session_attrs more robust against connection failure.
tglsfdc Mar 3, 2021
0a687c8
Add trim_array() function.
tglsfdc Mar 3, 2021
3174d69
Remove server and libpq support for old FE/BE protocol version 2.
hlinnaka Mar 4, 2021
85d94c5
Avoid extra newline in errors received in FE protocol version 2.
hlinnaka Mar 4, 2021
4a4241e
Remove redundant getenv() for PGUSER, in psql help.
MasaoFujii Mar 4, 2021
040af77
pg_upgrade: Fix oversight in version checking
petere Mar 4, 2021
d3676a2
Close psql processes gracefully in recovery tests
adunstan Mar 4, 2021
5bca69a
Add support for PROVE_TESTS and PROVE_FLAGS in MSVC scripts
michaelpq Mar 5, 2021
8a8f4d8
doc: Add backlinks to progress reporting documentation
michaelpq Mar 5, 2021
112d411
Remove deprecated containment operators for contrib types.
tglsfdc Mar 5, 2021
0ce4cd0
Doc: remove obsolete entries in table of BRIN strategy numbers.
tglsfdc Mar 5, 2021
f1516ad
pgbench: Simplify some port, host, user and dbname assignments
michaelpq Mar 6, 2021
e045565
Improve docs on updatable views
mhagander Mar 6, 2021
1265a9c
Add binary I/O capability for cube datatype.
tglsfdc Mar 6, 2021
30b26df
Clarify that CREATEROLE roles are considered Administrators
mhagander Mar 6, 2021
f9a0392
Add bit_xor aggregate function
petere Mar 6, 2021
8a812e5
Track replication origin progress for rollbacks.
Mar 8, 2021
6c20bdb
Further tweak memory management for regex DFAs.
tglsfdc Mar 8, 2021
5c06abb
Validate the OID argument of pg_import_system_collations().
tglsfdc Mar 8, 2021
fed10d4
Properly mark pg_stat_get_subscription() as returning a set.
tglsfdc Mar 8, 2021
d4545dc
Complain if a function-in-FROM returns a set when it shouldn't.
tglsfdc Mar 8, 2021
f9264d1
Remove support for SSL compression
michaelpq Mar 9, 2021
9d2d457
Add support for more progress reporting in COPY
michaelpq Mar 9, 2021
ff99918
Track total amounts of times spent writing and syncing WAL data to disk.
MasaoFujii Mar 9, 2021
096bbf7
Switch back sslcompression to be a normal input field in libpq
michaelpq Mar 9, 2021
14d9b37
libpq: Remove deprecated connection parameters authtype and tty
petere Mar 9, 2021
6540cc5
Fix vague comment in jsonb documentation
akorotkov Mar 9, 2021
0ba7110
Revert changes for SSL compression in libpq
michaelpq Mar 10, 2021
05c8482
Enable parallel SELECT for "INSERT INTO ... SELECT ...".
Mar 10, 2021
e4e87a3
Fix valgrind issue in commit 05c8482f7f.
Mar 10, 2021
b1d6a8f
pgbench: Refactor thread portability support.
macdice Mar 10, 2021
547f04e
pgbench: Improve time logic.
macdice Mar 10, 2021
44bf3d5
Add missing pthread_barrier_t.
macdice Mar 10, 2021
aeb57af
pgbench: Synchronize client threads.
macdice Mar 10, 2021
6c788d9
Move tablespace path re-creation from the makefiles to pg_regress
michaelpq Mar 10, 2021
1657b37
Small debug message tweak
petere Mar 10, 2021
68b34b2
Try to fix portability bugs in recent pgbench commits.
macdice Mar 10, 2021
c427de4
Fix another portability bug in recent pgbench commit.
macdice Mar 10, 2021
bbaf315
Add bound check before bsearch() for performance
petere Mar 10, 2021
3ebc6d2
Doc: fix missing mention of procedure OUT parameters.
tglsfdc Mar 10, 2021
227338b
Doc: improve introductory information about procedures.
tglsfdc Mar 10, 2021
b124363
Doc: get rid of <foreignphrase> tags.
tglsfdc Mar 10, 2021
c3ffe34
Avoid creating duplicate cached plans for inherited FK constraints.
tglsfdc Mar 10, 2021
d872510
Replace buffer I/O locks with condition variables.
macdice Mar 10, 2021
845ac7f
C comments: improve description of GiST NSN and GistBuildLSN
bmomjian Mar 10, 2021
9f3665f
Don't consider newly inserted tuples in nbtree VACUUM.
petergeoghegan Mar 11, 2021
5f8727f
VACUUM ANALYZE: Always update pg_class.reltuples.
petergeoghegan Mar 11, 2021
2950ff3
tutorial: land height is "elevation", not "altitude"
bmomjian Mar 11, 2021
049d9b8
Improve comment for struct BufferDesc.
macdice Mar 11, 2021
3f0daeb
Doc: B-Tree only has one additional parameter.
petergeoghegan Mar 11, 2021
2c0cefc
Set libcrypto callbacks for all connection threads in libpq
michaelpq Mar 11, 2021
f71519e
Refactor and generalize the ParallelSlot machinery.
robertmhaas Mar 11, 2021
51c54bb
Re-simplify management of inStart in pqParseInput3's subroutines.
tglsfdc Mar 11, 2021
32fd2b5
Be clear about whether a recovery pause has taken effect.
robertmhaas Mar 11, 2021
effdd3f
Add back vacuum_cleanup_index_scale_factor parameter.
petergeoghegan Mar 11, 2021
7bb9721
Save a few cycles during nbtree VACUUM.
petergeoghegan Mar 11, 2021
43c6662
Minor modernization for README.barrier.
macdice Mar 12, 2021
33394ee
Force to send remaining WAL stats to the stats collector at walwriter…
MasaoFujii Mar 12, 2021
b82640d
Send statistics collected during shutdown checkpoint to the stats col…
MasaoFujii Mar 12, 2021
600f2f5
Add condition variable for recovery resume.
macdice Mar 12, 2021
de829dd
Add condition variable for walreceiver shutdown.
macdice Mar 12, 2021
57dcc2e
Poll postmaster less frequently in recovery.
macdice Mar 12, 2021
e2cda3c
Fix use of relcache TriggerDesc field introduced by commit 05c8482f7f.
Mar 12, 2021
519e4c9
Fix size overflow in calculation introduced by commits d6ad34f3 and b…
Mar 12, 2021
1b88b89
Specialize checkpointer sort functions.
macdice Mar 12, 2021
f52c5d6
Forbid marking an identity column as nullable.
tglsfdc Mar 12, 2021
48d67fd
Fix race condition in psql \e's detection of file modification.
tglsfdc Mar 12, 2021
9706092
Add pg_amcheck, a CLI for contrib/amcheck.
robertmhaas Mar 12, 2021
d60e61d
Try to fix compiler warnings.
robertmhaas Mar 12, 2021
7a1527c
Adjust perl style.
robertmhaas Mar 12, 2021
ac44595
Move PG_USED_FOR_ASSERTS_ONLY before initializer.
robertmhaas Mar 12, 2021
02b5940
Consolidate nbtree VACUUM metapage routines.
petergeoghegan Mar 12, 2021
6611256
Fix portability issues in pg_amcheck's 004_verify_heapam.pl.
robertmhaas Mar 12, 2021
f371a4c
Try to avoid apparent platform-dependency in IPC::Run
robertmhaas Mar 13, 2021
2418927
pg_amcheck: Try to fix still more test failures.
robertmhaas Mar 13, 2021
b9164ea
pg_amcheck: Keep trying to fix the tests.
robertmhaas Mar 13, 2021
c5be48f
Improve FK trigger parallel-safety check added by 05c8482f7f.
Mar 13, 2021
de91c3b
Fix new pthread code to respect --disable-thread-safety.
macdice Mar 13, 2021
9e294d0
pg_amcheck: Keep trying to fix the tests.
tglsfdc Mar 13, 2021
945d2cb
In pg_amcheck tests, don't depend on perl's Q/q pack code.
robertmhaas Mar 13, 2021
58f5749
Doc: add note about how to run the pg_amcheck regression tests.
tglsfdc Mar 13, 2021
0ea71c9
Notice that heap page has dead items during VACUUM.
petergeoghegan Mar 15, 2021
d75288f
Make archiver process an auxiliary process.
MasaoFujii Mar 15, 2021
eeb60e4
Drop SERIALIZABLE workaround from parallel query tests.
macdice Mar 15, 2021
146cb38
Work around issues in MinGW-64's setjmp/longjmp support.
tglsfdc Mar 15, 2021
acb7e4e
Implement pipeline mode in libpq
alvherre Mar 15, 2021
9aa491a
Add libpq pipeline mode support to pgbench
alvherre Mar 15, 2021
15639d5
Add some basic tests for progress reporting of COPY
michaelpq Mar 16, 2021
0150616
(Blind) fix Perl splitting of strings at newlines
alvherre Mar 16, 2021
1ea3963
Improve logging of bad parameter values in BIND messages.
tglsfdc Mar 16, 2021
94d13d4
Improve logging of auto-vacuum and auto-analyze
sfrost Mar 16, 2021
c6fc50c
Use pre-fetching for ANALYZE
sfrost Mar 16, 2021
4078ce6
Fix a confusing amcheck corruption message.
robertmhaas Mar 16, 2021
4b12ab1
Avoid corner-case memory leak in SSL parameter processing.
tglsfdc Mar 16, 2021
6544546
amcheck: Reduce debug message verbosity.
petergeoghegan Mar 16, 2021
fbe4cb3
Fix comment about promising tuples.
petergeoghegan Mar 16, 2021
9e7ccd9
Enable parallelism in REFRESH MATERIALIZED VIEW.
macdice Mar 17, 2021
7efeb21
Doc: Add a description of substream in pg_subscription.
Mar 17, 2021
6b67d72
Fix race condition in drop subscription's handling of tablesync slots.
Mar 17, 2021
3792959
Fix transaction.sql tests in higher isolation levels.
macdice Mar 17, 2021
3b8981b
Fix race in Parallel Hash Join batch cleanup.
macdice Mar 17, 2021
378802e
Update the names of Parallel Hash Join phases.
macdice Mar 17, 2021
e1ae40f
Small error message improvement
petere Mar 17, 2021
9fd2952
Fix comment in indexing.c
michaelpq Mar 17, 2021
7f7f25f
Revert "Fix race in Parallel Hash Join batch cleanup."
macdice Mar 17, 2021
c783e65
Doc: improve discussion of variable substitution in PL/pgSQL.
tglsfdc Mar 17, 2021
081876d
Add end-to-end testing of pg_basebackup's tar-format output.
tglsfdc Mar 17, 2021
a50e4fd
Prevent buffer overrun in read_tablespace_map().
tglsfdc Mar 17, 2021
8620a7f
Code review for server's handling of "tablespace map" files.
tglsfdc Mar 17, 2021
7094564
Doc: remove duplicated step in RLS example.
tglsfdc Mar 17, 2021
5f79580
Fix memory lifetime issues of replication slot stats.
anarazel Mar 17, 2021
c8f78b6
Add a new GUC and a reloption to enable inserts in parallel-mode.
Mar 18, 2021
ed62d37
Doc: Update description for parallel insert reloption.
Mar 18, 2021
da18d82
Fix function name in error hint
mhagander Mar 18, 2021
cd91de0
Remove temporary files after backend crash
tvondra Mar 18, 2021
be45be9
Implement GROUP BY DISTINCT
tvondra Mar 18, 2021
1d581ce
Fix misuse of foreach_delete_current().
tglsfdc Mar 18, 2021
5b2266e
Improve tab completion of IMPORT FOREIGN SCHEMA with \h in psql
michaelpq Mar 19, 2021
a16b2b9
Fix TAP test for remove_temp_files_after_crash
tvondra Mar 19, 2021
28644fa
Don't leak rd_statlist when a relcache entry is dropped.
tglsfdc Mar 19, 2021
415ffdc
Don't run RelationInitTableAccessMethod in a long-lived context.
tglsfdc Mar 19, 2021
d303849
Don't leak compiled regex(es) when an ispell cache entry is dropped.
tglsfdc Mar 19, 2021
377b7a8
Don't leak malloc'd strings when a GUC setting is rejected.
tglsfdc Mar 19, 2021
9bacdf9
Don't leak malloc'd error string in libpqrcv_check_conninfo().
tglsfdc Mar 19, 2021
fd31214
Fix comments in postmaster.c.
MasaoFujii Mar 19, 2021
27ab198
Blindly try to fix test script's tar invocation for MSYS.
tglsfdc Mar 19, 2021
e8e9e61
Merge remote-tracking branch 'master' into libpq_compression
usernamedt Mar 19, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion COPYRIGHT
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PostgreSQL Database Management System
(formerly known as Postgres, then as Postgres95)

Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group

Portions Copyright (c) 1994, The Regents of the University of California

Expand Down
1 change: 0 additions & 1 deletion aclocal.m4
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ m4_include([config/ax_pthread.m4])
m4_include([config/c-compiler.m4])
m4_include([config/c-library.m4])
m4_include([config/check_decls.m4])
m4_include([config/docbook.m4])
m4_include([config/general.m4])
m4_include([config/libtool.m4])
m4_include([config/llvm.m4])
Expand Down
40 changes: 0 additions & 40 deletions config/docbook.m4

This file was deleted.

1 change: 1 addition & 0 deletions config/llvm.m4
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ AC_DEFUN([PGAC_LLVM_SUPPORT],
debuginfodwarf) pgac_components="$pgac_components $pgac_component";;
orcjit) pgac_components="$pgac_components $pgac_component";;
passes) pgac_components="$pgac_components $pgac_component";;
native) pgac_components="$pgac_components $pgac_component";;
perfjitevents) pgac_components="$pgac_components $pgac_component";;
esac
done;
Expand Down
2 changes: 1 addition & 1 deletion config/thread_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* thread_test.c
* libc threading test program
*
* Portions Copyright (c) 1996-2020, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2021, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* config/thread_test.c
Expand Down
Loading