aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Add SQL/JSON query functionsAmit Langote2024-03-21
* Allow dbname to be written as part of connstring via pg_basebackup's -R option.Amit Kapila2024-03-21
* Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently.Masahiko Sawada2024-03-21
* Un-break genbki.pl's error reporting capabilities.Tom Lane2024-03-20
* Add to_regtypemod function to extract typemod from a string type name.Tom Lane2024-03-20
* Avoid overflow in MaybeRemoveOldWalSummaries().Nathan Bossart2024-03-20
* Inline basic UTF-8 functions.Jeff Davis2024-03-20
* Revert "Temporary patch to help debug pg_walsummary test failures."Nathan Bossart2024-03-20
* Review wording on tablespaces w.r.t. partitioned tablesAlvaro Herrera2024-03-20
* Rework lwlocknames.txt to become lwlocklist.hAlvaro Herrera2024-03-20
* Catalog domain not-null constraintsPeter Eisentraut2024-03-20
* Remove unused PruneState member relHeikki Linnakangas2024-03-20
* Reorganize heap_page_prune() function commentHeikki Linnakangas2024-03-20
* Add "--exclude-extension" to pg_dump's options.Dean Rasheed2024-03-20
* Remove assertions that some compiler say are tautologicalHeikki Linnakangas2024-03-20
* Add tests for domain-related information schema viewsPeter Eisentraut2024-03-20
* Support C.UTF-8 locale in the new builtin collation provider.Jeff Davis2024-03-19
* Improve EXPLAIN's display of SubPlan nodes and output parameters.Tom Lane2024-03-19
* Inline pg_popcount{32,64} into pg_popcount().Nathan Bossart2024-03-19
* Postpone reparameterization of paths until create_plan().Tom Lane2024-03-19
* gen_node_support.pl: Mark location fields as type alias ParseLocPeter Eisentraut2024-03-19
* pg_upgrade: run all data type checks per connectionDaniel Gustafsson2024-03-19
* Use half-open interval notation in without_overlaps testsPeter Eisentraut2024-03-19
* Fix misleading commentsPeter Eisentraut2024-03-19
* Use daterange and YMD in without_overlaps tests instead of tsrange.Peter Eisentraut2024-03-19
* Add some UUID support functionsPeter Eisentraut2024-03-19
* Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...Peter Eisentraut2024-03-19
* Update src/common/unicode/README.Jeff Davis2024-03-18
* Fix another warning, introduced by 846311051e.Jeff Davis2024-03-18
* Address more review comments on commit 2d819a08a1.Jeff Davis2024-03-18
* dblink/isolationtester/fe_utils: Use new cancel APIAlvaro Herrera2024-03-18
* Fix unreachable code warning from commit 2d819a08a1.Jeff Davis2024-03-18
* Add missing source files to nls.mkPeter Eisentraut2024-03-18
* Put libpq_pipeline cancel test backAlvaro Herrera2024-03-18
* Fix EXPLAIN Bitmap heap scan to count pages with no visible tuplesHeikki Linnakangas2024-03-18
* Add some const decorationsPeter Eisentraut2024-03-18
* Move code for backend startup to separate fileHeikki Linnakangas2024-03-18
* Refactor postmaster child process launchingHeikki Linnakangas2024-03-18
* Move some functions from postmaster.c to a new source fileHeikki Linnakangas2024-03-18
* Split registration of Win32 deadchild callback to separate functionHeikki Linnakangas2024-03-18
* Remove references to backup_fs_hot() in Cluster.pmMichael Paquier2024-03-18
* Initialize variables to placate compiler.Nathan Bossart2024-03-17
* Support json_errdetail in FRONTEND codeDaniel Gustafsson2024-03-17
* Mark hash_corrupted() as pg_attribute_noreturn.Tom Lane2024-03-17
* Add RETURNING support to MERGE.Dean Rasheed2024-03-17
* Add attstattarget to FormExtraData_pg_attributePeter Eisentraut2024-03-17
* Generalize handling of nullable pg_attribute columns in DDLPeter Eisentraut2024-03-17
* Make stxstattarget nullablePeter Eisentraut2024-03-17
* Fix EXPLAIN output for subplans in MERGE.Dean Rasheed2024-03-17
* Separate equalRowTypes() from equalTupleDescs()Peter Eisentraut2024-03-17