summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-02-19Fix psql's ON_ERROR_ROLLBACK so that it handles COMMIT AND CHAIN.Fujii Masao
2021-02-19Fix bug in COMMIT AND CHAIN command.Fujii Masao
2021-02-19Update snowballPeter Eisentraut
2021-02-19Add nbtree README section on page recycling.Peter Geoghegan
2021-02-19Fix another ancient bug in parsing of BRE-mode regular expressions.Tom Lane
2021-02-18Fix "invalid spinlock number: 0" error in pg_stat_wal_receiver.Fujii Masao
2021-02-18Add tests for bytea LIKE operatorPeter Eisentraut
2021-02-18Allow specifying CRL directoryPeter Eisentraut
2021-02-18nbtree README: move VACUUM linear scan section.Peter Geoghegan
2021-02-17Fix tuple routing to initialize batching only for insertsTomas Vondra
2021-02-17Make some minor improvements in the regex code.Tom Lane
2021-02-17Routine usage information schema tablesPeter Eisentraut
2021-02-17Use errmsg_internal for debug messagesPeter Eisentraut
2021-02-17Add psql completion for [ NO ] DEPENDS ON EXTENSIONMichael Paquier
2021-02-16Convert tsginidx.c's GIN indexing logic to fully ternary operation.Tom Lane
2021-02-16Remove the unnecessary PrepareWrite in pgoutput.Amit Kapila
2021-02-16Fix heap_page_prune() parameter order confusion introduced in dc7420c2c92.Andres Freund
2021-02-16Remove backwards compat ugliness in snapbuild.c.Andres Freund
2021-02-15Simplify loop logic in nodeIncrementalSort.c.Tom Lane
2021-02-15Make ExecGetInsertedCols() and friends more robust and improve comments.Heikki Linnakangas
2021-02-15Display the time when the process started waiting for the lock, in pg_locks, ...Fujii Masao
2021-02-15Adjust lazy_scan_heap() accounting comments.Peter Geoghegan
2021-02-15Default to wal_sync_method=fdatasync on FreeBSD.Thomas Munro
2021-02-15Use pg_pwrite() in pg_test_fsync.Thomas Munro
2021-02-15Fix the warnings introduced in commit ce0fdbfe97.Amit Kapila
2021-02-15Hold interrupts while running dsm_detach() callbacks.Thomas Munro
2021-02-15Add result size as argument of pg_cryptohash_final() for overflow checksMichael Paquier
2021-02-15Minor fixes to improve regex debugging code.Tom Lane
2021-02-15ReadNewTransactionId() -> ReadNextTransactionId().Thomas Munro
2021-02-13README/C-comment: document GiST's NSN valueBruce Momjian
2021-02-12Tweak compiler version cutoff for no_sanitize("alignment") support.Tom Lane
2021-02-12Avoid divide-by-zero in regex_selectivity() with long fixed prefix.Tom Lane
2021-02-12pg_attribute_no_sanitize_alignment() macroAlexander Korotkov
2021-02-12Fix Subscription test added by commit ce0fdbfe97.Amit Kapila
2021-02-12Allow multiple xacts during table sync in logical replication.Amit Kapila
2021-02-12Remove obsolete IndexBulkDeleteResult stats field.Peter Geoghegan
2021-02-11Remove dead code in ECPGconnect(), and improve documentation.Tom Lane
2021-02-11Simplify jsonfuncs.c code by using strtoint() not strtol().Tom Lane
2021-02-11Remove no-longer-used RTE argument of markVarForSelectPriv().Tom Lane
2021-02-11Fix copy-paste error with SHA256 digest length in checksum_helper.cMichael Paquier
2021-02-11Add test case for abbrev(cidr)Peter Eisentraut
2021-02-10Remove extra Success message at the end of initdbMagnus Hagander
2021-02-10pg_dump: Add const decorationsPeter Eisentraut
2021-02-10Fix lack of message pluralizationPeter Eisentraut
2021-02-10Fix ORDER BY clause in new regression test of REINDEX CONCURRENTLYMichael Paquier
2021-02-10Simplify code related to compilation of SSL and OpenSSLMichael Paquier
2021-02-10Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLYMichael Paquier
2021-02-10Make pg_replication_origin_drop safe against concurrent drops.Amit Kapila
2021-02-09Fix obsolete FSM remarks in nbtree README.Peter Geoghegan
2021-02-09Revert "Display the time when the process started waiting for the lock, in pg...Fujii Masao