aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Introduce the 'force' option for the Drop Database command.Amit Kapila2019-11-13
* Finish reverting commit 0a52d378b.Tom Lane2019-11-12
* pg_stat_{ssl,gssapi}: Show only processes with connectionsAlvaro Herrera2019-11-12
* Make _bt_keep_natts_fast() use datum_image_eq().Peter Geoghegan2019-11-12
* Have LookupFuncName accept NULL argtypes for 0 argsAlvaro Herrera2019-11-12
* Teach datum_image_eq() about cstring datums.Peter Geoghegan2019-11-12
* Fix ecpglib.h to declare bool consistently with c.h.Tom Lane2019-11-12
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Fix whitespacePeter Eisentraut2019-11-11
* Optimize PredicateLockTuple().Thomas Munro2019-11-11
* Optimize TransactionIdIsCurrentTransactionId().Thomas Munro2019-11-11
* Rearrange dropdb() to avoid errors after allowing other sessions to exit.Amit Kapila2019-11-11
* Fix negative bitmapset member not allowed error in logical replicationPeter Eisentraut2019-11-09
* Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund2019-11-08
* Add backtrace support for error reportingAlvaro Herrera2019-11-08
* Fix gratuitous error message variationPeter Eisentraut2019-11-08
* More precise errors from initial pg_control checkPeter Eisentraut2019-11-08
* Use "low key" terminology in nbtsort.c.Peter Geoghegan2019-11-07
* Fix SET CONSTRAINTS .. DEFERRED on partitioned tablesAlvaro Herrera2019-11-07
* Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane2019-11-07
* Fix nested error handling in PG_FINALLYPeter Eisentraut2019-11-07
* Fix assertion failure when running pgbench -s.Fujii Masao2019-11-07
* Add reusable routine for making arrays unique.Thomas Munro2019-11-07
* Check after errors of SPI_execute() in xml.cMichael Paquier2019-11-07
* Allow sampling of statements depending on durationTomas Vondra2019-11-06
* Minor code review for tuple slot rewrite.Tom Lane2019-11-06
* Sync our DTrace infrastructure with c.h's definition of type bool.Tom Lane2019-11-06
* Fix memory allocation mistakePeter Eisentraut2019-11-06
* Remove unused function argumentPeter Eisentraut2019-11-06
* Fix timestamp of sent message for write context in logical decodingMichael Paquier2019-11-06
* Request small targetlist for input to WindowAgg.Andrew Gierth2019-11-06
* Correct the command tags for ALTER ... RENAME COLUMN.Fujii Masao2019-11-06
* Make StringInfo available to frontend code.Andres Freund2019-11-05
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Tweak some authentication debug messages to follow project style.Tom Lane2019-11-05
* Avoid logging complaints about abandoned connections when using PAM.Tom Lane2019-11-05
* Fix "unexpected relkind" error when denying permissions on toast tables.Tom Lane2019-11-05
* Generate EquivalenceClass members for partitionwise child join rels.Tom Lane2019-11-05
* Refactor code building relation optionsMichael Paquier2019-11-05
* Fix ginEntryInsert's counting of GIN leaf tuples.Tom Lane2019-11-04
* Fix some compiler warnings on older compilersPeter Eisentraut2019-11-04
* Catch invalid typlens in a couple of placesPeter Eisentraut2019-11-04
* Suppress warning from older compilers.Tom Lane2019-11-03
* Validate ispell dictionaries more carefully.Tom Lane2019-11-02
* Fix failure when creating cloned indexes for a partitionMichael Paquier2019-11-02
* Add some assertions in syncrep.cMichael Paquier2019-11-01
* Fix race condition at backend exit when deleting element in syncrep queueMichael Paquier2019-11-01
* PG_FINALLYPeter Eisentraut2019-11-01
* Add const qualifiers to internal range type APIsPeter Eisentraut2019-10-31
* Fix typo in comment of syncrep.cMichael Paquier2019-10-31