summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* PG_FINALLYPeter Eisentraut2019-11-0111-76/+18
* Add const qualifiers to internal range type APIsPeter Eisentraut2019-10-314-59/+59
* Fix typo in comment of syncrep.cMichael Paquier2019-10-311-2/+2
* Remove one use of IDENT_USERNAME_MAXPeter Eisentraut2019-10-301-4/+10
* Update code comments about peer authenticatonPeter Eisentraut2019-10-301-0/+11
* Fix typos in the codeMichael Paquier2019-10-308-9/+9
* Fix handling of pg_class.relispartition at swap phase in REINDEX CONCURRENTLYMichael Paquier2019-10-291-1/+4
* Allow extracting fields from a ROW() expression in more cases.Tom Lane2019-10-281-0/+32
* Handle empty-string edge cases correctly in strpos().Tom Lane2019-10-281-1/+9
* Fix dependency handling at swap phase of REINDEX CONCURRENTLYMichael Paquier2019-10-281-1/+5
* Fix initialization of fake LSN for unlogged relationsMichael Paquier2019-10-271-1/+1
* Remove obsolete information schema tablesPeter Eisentraut2019-10-253-103/+0
* Improve management of statement timeouts.Tom Lane2019-10-252-33/+38
* Reset statement_timeout between queries of a multi-query string.Tom Lane2019-10-251-1/+11
* Handle interrupts within a transaction context in REINDEX CONCURRENTLYMichael Paquier2019-10-251-4/+25
* Fix typo in xlog.c.Fujii Masao2019-10-241-1/+1
* Acquire properly session-level lock on new index in REINDEX CONCURRENTLYMichael Paquier2019-10-231-2/+5
* Clean up properly error_context_stack in autovacuum worker on exceptionMichael Paquier2019-10-231-0/+3
* Fix commentPeter Eisentraut2019-10-222-7/+6
* Refactor jsonpath's compareDatetime()Alexander Korotkov2019-10-213-125/+208
* Refactor timestamp2timestamptz_opt_error()Alexander Korotkov2019-10-211-1/+10
* Update obsolete comment.Etsuro Fujita2019-10-211-3/+2
* Fix memory leak introduced in commit 7df159a620.Amit Kapila2019-10-211-0/+10
* Fix most -Wundef warningsPeter Eisentraut2019-10-195-12/+12
* Use standard compare_exchange loop style in ProcArrayGroupClearXid().Noah Misch2019-10-181-1/+1
* Remove last traces of heap_open/close in the treeMichael Paquier2019-10-192-4/+4
* Fix failure of archive recovery with recovery_min_apply_delay enabled.Fujii Masao2019-10-181-2/+14
* Make crash recovery ignore recovery_min_apply_delay setting.Fujii Masao2019-10-181-0/+4
* Fix typoAlvaro Herrera2019-10-181-1/+1
* Update comments about progress reporting by index_dropAlvaro Herrera2019-10-181-1/+5
* Fix timeout handling in logical replication workerMichael Paquier2019-10-181-1/+2
* Fix minor bug in logical-replication walsender shutdownAlvaro Herrera2019-10-171-28/+17
* When restoring GUCs in parallel workers, show an error context.Thomas Munro2019-10-171-0/+29
* Fix bug that could try to freeze running multixacts.Thomas Munro2019-10-171-2/+8
* Fix crash when reporting CREATE INDEX progressAlvaro Herrera2019-10-162-8/+8
* Refresh some incorrect links in pg_crc.c/hMichael Paquier2019-10-161-1/+1
* Use libc version as a collation version on glibc systems.Thomas Munro2019-10-161-2/+12
* Fix CLUSTER on expression indexes.Andres Freund2019-10-151-1/+1
* Update unicode.org URLsPeter Eisentraut2019-10-134-13/+13
* In the postmaster, rely on the signal infrastructure to block signals.Tom Lane2019-10-132-23/+113
* Fix dependency handling of column drop with partitioned tablesMichael Paquier2019-10-131-10/+31
* Fix use of term "verifier"Peter Eisentraut2019-10-123-57/+57
* Make crash recovery ignore restore_command and recovery_end_command settings.Fujii Masao2019-10-112-3/+10
* Fix table rewrites that include a column without a default.Andres Freund2019-10-091-0/+10
* Revert "Use libc version as a collation version on glibc systems."Peter Eisentraut2019-10-091-12/+2
* Use libc version as a collation version on glibc systems.Peter Eisentraut2019-10-091-2/+12
* Flush logical mapping files with fd opened for read/write at checkpointMichael Paquier2019-10-091-1/+2
* Remove some code for old unsupported versions of MSVCPeter Eisentraut2019-10-082-34/+2
* Update some outdated links about XLC and UNIX specificationMichael Paquier2019-10-081-1/+1
* Check for too many postmaster children before spawning a bgworker.Tom Lane2019-10-071-13/+33