summaryrefslogtreecommitdiff
path: root/src/backend/utils
Commit message (Expand)AuthorAgeFilesLines
* Avoid spamming the client with multiple ParameterStatus messages.Tom Lane2020-11-251-6/+72
* Remove obsolete comment atop ri_PlanCheck.Amit Kapila2020-11-251-3/+0
* Remove catalog function currtid()Michael Paquier2020-11-251-84/+53
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-241-5/+7
* Centralize logic for skipping useless ereport/elog calls.Tom Lane2020-11-231-60/+93
* Improve compiler code layout in elog/ereport ERROR callsDavid Rowley2020-11-241-0/+13
* Make some sanity-check elogs more verboseAlvaro Herrera2020-11-231-10/+15
* In geo_ops.c, represent infinite slope as Infinity, not DBL_MAX.Tom Lane2020-11-211-6/+13
* Fix FPeq() and friends to get the right answers for infinities.Tom Lane2020-11-211-17/+22
* Add collation versions for FreeBSD.Thomas Munro2020-11-201-0/+20
* Hash support for row typesPeter Eisentraut2020-11-193-24/+310
* Suppress "warning: variable 'collcollate' set but not used".Tom Lane2020-11-151-1/+1
* Fix some typosMichael Paquier2020-11-141-1/+1
* Support negative indexes in split_part().Tom Lane2020-11-131-15/+68
* Fix some stray whitespace in parser filesPeter Eisentraut2020-11-111-3/+3
* Fix and simplify some usages of TimestampDifference().Tom Lane2020-11-101-3/+35
* Fix assertion in collation version lookup.Thomas Munro2020-11-081-4/+3
* Move catalog index declarationsPeter Eisentraut2020-11-078-9/+1
* Add GUC_LIST_INPUT and GUC_LIST_QUOTE to unix_socket_directoriesMichael Paquier2020-11-071-1/+1
* Improve our ability to regurgitate SQL-syntax function calls.Tom Lane2020-11-041-1/+231
* Remove useless entries for aggregate functions from fmgrtab.c.Tom Lane2020-11-041-2/+7
* Enable hash partitioning of text arraysPeter Eisentraut2020-11-041-1/+1
* Tolerate version lookup failure for old style Windows locale names.Thomas Munro2020-11-041-0/+12
* Revert pg_relation_check_pages()Michael Paquier2020-11-042-230/+0
* Remove special checks for pg_rewrite.ev_qual and ev_action being NULL.Tom Lane2020-11-021-15/+11
* Rethink the generation rule for fmgroids.h macros.Tom Lane2020-11-022-26/+27
* Use PG_GETARG_TRANSACTIONID where appropriatePeter Eisentraut2020-11-021-3/+0
* Track collation versions for indexes.Thomas Munro2020-11-033-1/+48
* Remove pg_collation.collversion.Thomas Munro2020-11-031-37/+0
* Fix some grammar and typos in comments and docsMichael Paquier2020-11-021-1/+1
* Don't use custom OID symbols in pg_type.dat, either.Tom Lane2020-10-291-5/+5
* Track statistics for streaming of changes from ReorderBuffer.Amit Kapila2020-10-291-3/+6
* Fix incorrect placement of pfree() in pg_relation_check_pages()Michael Paquier2020-10-291-2/+2
* Don't use custom OID symbols in pg_proc.dat.Tom Lane2020-10-281-2/+2
* Use correct GetDatum() in pg_relation_check_pages()Michael Paquier2020-10-281-1/+1
* Add pg_relation_check_pages() to check on-disk pages of a relationMichael Paquier2020-10-282-0/+230
* Fix incorrect parameter name in a function header commentDavid Rowley2020-10-251-1/+1
* Change the attribute name in pg_stat_replication_slots view.Amit Kapila2020-10-201-3/+3
* Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley2020-10-153-4/+4
* Fix memory leak when guc.c decides a setting can't be applied now.Tom Lane2020-10-121-2/+30
* Recognize network-failure errnos as indicating hard connection loss.Tom Lane2020-10-101-4/+1
* Avoid gratuitous inaccuracy in numeric width_bucket().Tom Lane2020-10-081-15/+16
* Fix numeric width_bucket() to allow its first argument to be infinite.Tom Lane2020-10-081-2/+3
* Track statistics for spilling of changes from ReorderBuffer.Amit Kapila2020-10-081-0/+80
* Prevent internal overflows in date-vs-timestamp and related comparisons.Tom Lane2020-10-073-252/+156
* Include the process PID in assertion-failure messages.Tom Lane2020-10-051-13/+15
* Support for OUT parameters in proceduresPeter Eisentraut2020-10-051-1/+3
* Make postgres.bki use the same literal-string syntax as postgresql.conf.Tom Lane2020-10-041-6/+8
* Add pg_stat_wal statistics view.Fujii Masao2020-10-021-0/+36
* Fix handling of BC years in to_date/to_timestamp.Tom Lane2020-09-301-2/+5