summaryrefslogtreecommitdiff
path: root/src/include/utils
AgeCommit message (Expand)Author
2021-05-21Restore the portal-level snapshot after procedure COMMIT/ROLLBACK.Tom Lane
2021-05-10Prevent integer overflows in array subscripting calculations.Tom Lane
2021-02-10Preserve pg_attribute.attstattarget across REINDEX CONCURRENTLYMichael Paquier
2020-11-10Fix and simplify some usages of TimestampDifference().Tom Lane
2020-06-05Use query collation, not column's collation, while examining statistics.Tom Lane
2020-06-04Reject "23:59:60.nnn" in datetime input.Tom Lane
2020-04-06Preserve clustered index after rewrites with ALTER TABLEMichael Paquier
2020-03-24Re-implement the ereport() macro using __VA_ARGS__.Tom Lane
2020-03-22Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch
2020-03-21Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch
2020-03-21Fix cosmetic blemishes involving rd_createSubid.Noah Misch
2020-03-13Preserve replica identity index across ALTER TABLE rewritePeter Eisentraut
2020-03-10Prevent reindex of invalid indexes on TOAST tablesMichael Paquier
2020-02-13Avoid a performance regression in float overflow/underflow detection.Tom Lane
2020-01-31Fix CheckAttributeType's handling of collations for ranges.Tom Lane
2019-12-01Fix misbehavior with expression indexes on ON COMMIT DELETE ROWS tables.Tom Lane
2019-09-22Fix failure to zero-pad the result of bitshiftright().Tom Lane
2019-09-17Fix bogus handling of XQuery regex option flags.Tom Lane
2019-08-28Avoid catalog lookups in RelationAllowsEarlyPruning().Thomas Munro
2019-08-04Revert "Add log_statement_sample_rate parameter"Tomas Vondra
2019-07-31Remove superfluous newlines in function prototypes.Andres Freund
2019-07-30Allow table AM's to use rd_amcache, too.Heikki Linnakangas
2019-07-24Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas
2019-07-01Fix many typos and inconsistenciesMichael Paquier
2019-06-30Don't read fields of a misaligned ExpandedObjectHeader or AnyArrayType.Noah Misch
2019-06-30Don't call data type input functions in GUC check hooksPeter Eisentraut
2019-06-30Remove explicit error handling for obsolete date/time valuesPeter Eisentraut
2019-06-19Support 'q' flag in jsonpath 'like_regex' predicateAlexander Korotkov
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-06-16Rework the pg_statistic_ext catalogTomas Vondra
2019-06-13Fix double-word typosAlvaro Herrera
2019-05-26Fix typos.Amit Kapila
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-19Fix and improve SnapshotType comments.Andres Freund
2019-05-03Remove RelationSetIndexList().Tom Lane
2019-04-13Prevent memory leaks associated with relcache rd_partcheck structures.Tom Lane
2019-04-08Add vacuum_truncate reloption.Fujii Masao
2019-04-06Add support TCP user timeout in libpq and the backend serverMichael Paquier
2019-04-04Allow VACUUM to be run with index cleanup disabled.Robert Haas
2019-04-04Add SETTINGS option to EXPLAIN, to print modified settings.Tomas Vondra
2019-04-03Log all statements from a sample of transactionsAlvaro Herrera
2019-04-03Support foreign keys that reference partitioned tablesAlvaro Herrera
2019-04-01GIN support for @@ and @? jsonpath operatorsAlexander Korotkov
2019-03-30Generated columnsPeter Eisentraut
2019-03-28tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.Andres Freund
2019-03-23tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund
2019-03-23Revert "Add gitignore entries for jsonpath_gram.h"Peter Eisentraut
2019-03-22Add gitignore entries for jsonpath_gram.hPeter Eisentraut
2019-03-22Collations with nondeterministic comparisonPeter Eisentraut