summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2019-09-13Make tuplesort_set_bound() assertions more comprehensible, hopefully.Tom Lane
2019-09-13logical decoding: process ASSIGNMENT during snapshot buildAlvaro Herrera
2019-09-13Fix progress reporting of CLUSTER / VACUUM FULLAlvaro Herrera
2019-09-12Fix nbtree page split rmgr desc routine.Peter Geoghegan
2019-09-12Remove redundant _bt_truncate() comment paragraph.Peter Geoghegan
2019-09-12Merge two assertions to make comment clearerAlvaro Herrera
2019-09-11Rearrange postmaster's startup sequence for better syslogger results.Tom Lane
2019-09-10Allow setting statistics target for extended statisticsTomas Vondra
2019-09-10Reduce overhead of scanning the backend[] array in LISTEN/NOTIFY.Tom Lane
2019-09-09Add _bt_binsrch() scantid assertion to nbtree.Peter Geoghegan
2019-09-09Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund
2019-09-09Fix handling of non-key columns get_index_column_opclass()Alexander Korotkov
2019-09-08Fix RelationIdGetRelation calls that weren't bothering with error checks.Tom Lane
2019-09-08Fix handling of NULL distances in KNN-GiSTAlexander Korotkov
2019-09-08Fix handling Inf and Nan values in GiST pairing heap comparatorAlexander Korotkov
2019-09-08Fix behavior of AND CHAIN outside of explicit transaction blocksPeter Eisentraut
2019-09-07Avoid using INFO elevel for what are fundamentally debug messages.Tom Lane
2019-09-07Fix issues around strictness of SIMILAR TO.Tom Lane
2019-09-06Create an API for inserting and deleting rows in TOAST tables.Robert Haas
2019-09-06When performing a base backup, check for read errors.Robert Haas
2019-09-06Make pg_promote() detect postmaster death while waiting for promotion to end.Fujii Masao
2019-09-05Use data directory inode number, not port, to select SysV resource keys.Tom Lane
2019-09-05Split tuptoaster.c into three separate files.Robert Haas
2019-09-05Use explicit_bzeroPeter Eisentraut
2019-09-04Fix thinko when ending progress report for a backendMichael Paquier
2019-09-03Make XLogReaderInvalReadState staticAlvaro Herrera
2019-09-03Remove 'msg' parameter from convert_tuples_by_nameAlvaro Herrera
2019-09-03Better error messages for short reads/writes in SLRUPeter Eisentraut
2019-09-03Fix memory leak with lower, upper and initcap with ICU-provided collationsMichael Paquier
2019-09-02Avoid touching replica identity index in ExtractReplicaIdentity().Tom Lane
2019-08-28Fix overflow check and comment in GIN posting list encoding.Heikki Linnakangas
2019-08-28Avoid catalog lookups in RelationAllowsEarlyPruning().Thomas Munro
2019-08-27Remove obsolete nbtree page deletion comment.Peter Geoghegan
2019-08-27Reject empty names and recursion in config-file include directives.Tom Lane
2019-08-26Fix postmaster state machine to handle dead_end child crashes better.Tom Lane
2019-08-25Don't rely on llvm::make_unique.Thomas Munro
2019-08-24Explain subtlety in nbtree locking protocol.Peter Geoghegan
2019-08-22Update SQL conformance informationPeter Eisentraut
2019-08-22Make SQL/JSON error code names match SQL standardPeter Eisentraut
2019-08-21Update comments on nbtree stack struct.Peter Geoghegan
2019-08-21Remove configure detection of crypt()Peter Eisentraut
2019-08-21Fix typoAlvaro Herrera
2019-08-20Clean up some SCRAM attribute processingPeter Eisentraut
2019-08-20Fix bogus commentAlvaro Herrera
2019-08-19Restore json{b}_populate_record{set}'s ability to take type info from AS.Tom Lane
2019-08-19Fix inconsistencies and typos in the tree, take 11Michael Paquier
2019-08-18Avoid conflicts with library versions of inet_net_ntop() and friends.Tom Lane
2019-08-18Fix incidental warnings from cpluspluscheck.Tom Lane
2019-08-18Disallow changing an inherited column's type if not all parents changed.Tom Lane
2019-08-16Add default_table_access_method to postgresql.conf.sample.Andres Freund