aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Use correct spelling of statistics kindTomas Vondra2021-03-23
* Fix concurrency issues with WAL segment recycling on WindowsMichael Paquier2021-03-22
* Don't leak compiled regex(es) when an ispell cache entry is dropped.Tom Lane2021-03-18
* Revert "Fix race in Parallel Hash Join batch cleanup."Thomas Munro2021-03-18
* Fix race in Parallel Hash Join batch cleanup.Thomas Munro2021-03-17
* Convert tsginidx.c's GIN indexing logic to fully ternary operation.Tom Lane2021-02-16
* Make ExecGetInsertedCols() and friends more robust and improve comments.Heikki Linnakangas2021-02-15
* Default to wal_sync_method=fdatasync on FreeBSD.Thomas Munro2021-02-15
* pg_attribute_no_sanitize_alignment() macroTom Lane2021-02-13
* Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLYMichael Paquier2021-02-10
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE.Noah Misch2021-01-30
* Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.Noah Misch2021-01-30
* Fix hash partition pruning with asymmetric partition sets.Tom Lane2021-01-28
* Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.Tom Lane2021-01-21
* Prevent excess SimpleLruTruncate() deletion.Noah Misch2021-01-16
* Prevent drop of tablespaces used by partitioned relationsAlvaro Herrera2021-01-14
* Detect the deadlocks between backends and the startup process.Fujii Masao2021-01-06
* Fix assorted issues in backend's GSSAPI encryption support.Tom Lane2020-12-28
* Fix race condition between shutdown and unstarted background workers.Tom Lane2020-12-24
* Disallow SRFs when considering sorts below Gather MergeTomas Vondra2020-12-21
* Check parallel safety in generate_useful_gather_pathsTomas Vondra2020-12-21
* Ensure that expandTableLikeClause() re-examines the same table.Tom Lane2020-12-01
* Fix missing outfuncs.c support for IncrementalSortPath.Tom Lane2020-11-30
* Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth2020-11-24
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-10
* In INSERT/UPDATE, use the table's real tuple descriptor as target.Tom Lane2020-11-08
* Fix get_useful_pathkeys_for_relation for volatile expressionsTomas Vondra2020-11-03
* Fix unportable use of getnameinfo() in pg_hba_file_rules view.Tom Lane2020-11-02
* Extend PageIsVerified() to handle more custom optionsMichael Paquier2020-11-02
* Preserve index data in pg_statistic across REINDEX CONCURRENTLYMichael Paquier2020-11-01
* Calculate extraUpdatedCols in query rewriter, not parser.Tom Lane2020-10-28
* Fix list-munging bug that broke SQL function result coercions.Tom Lane2020-10-19
* llvmjit: Work around bug in LLVM 3.9 causing crashes after 72559438f92.Andres Freund2020-10-15
* doc: improve description of synchronous_commit modesBruce Momjian2020-10-15
* Choose ppc compare_exchange constant path for more operand values.Noah Misch2020-10-11
* For ppc gcc, implement 64-bit compare_exchange and fetch_add with asm.Noah Misch2020-10-11
* Prevent internal overflows in date-vs-timestamp and related comparisons.Tom Lane2020-10-07
* Add for_each_from, to simplify loops starting from non-first list cells.Tom Lane2020-09-28
* Fix bogus completion tag usage in walsenderAlvaro Herrera2020-09-16
* Fix bogus cache-invalidation logic in logical replication worker.Tom Lane2020-09-16
* logtape.c: do not preallocate for tapes when sortingJeff Davis2020-09-11
* C comment: correct use of 64-"byte" cache line sizeBruce Momjian2020-09-04
* C comment: remove mention of use of t_hoff WAL structure memberBruce Momjian2020-08-31
* Mark factorial operator, and postfix operators in general, as deprecated.Tom Lane2020-08-30
* Fix handling of CREATE TABLE LIKE with inheritance.Tom Lane2020-08-21
* Fix a few typos in JIT comments and READMEDavid Rowley2020-08-21
* Suppress unnecessary RelabelType nodes in yet more cases.Tom Lane2020-08-19
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-15
* Be more careful about the shape of hashable subplan clauses.Tom Lane2020-08-14