Commit Graph

58073 Commits (6185c9737cf48c9540782d88f12bd2912d6ca1cc)
 

Author SHA1 Message Date
Amit Langote 6185c9737c Add SQL/JSON query functions 2 years ago
Amit Kapila a145f424d5 Allow dbname to be written as part of connstring via pg_basebackup's -R option. 2 years ago
Masahiko Sawada 30e144287a Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently. 2 years ago
Tom Lane 995e0fbc1c Un-break genbki.pl's error reporting capabilities. 2 years ago
Tom Lane 1218ca9956 Add to_regtypemod function to extract typemod from a string type name. 2 years ago
Nathan Bossart 80686761c4 Avoid overflow in MaybeRemoveOldWalSummaries(). 2 years ago
Jeff Davis 9acae56ce0 Inline basic UTF-8 functions. 2 years ago
Nathan Bossart 2b520860c0 Revert "Temporary patch to help debug pg_walsummary test failures." 2 years ago
Alvaro Herrera a0390f6ca6
Review wording on tablespaces w.r.t. partitioned tables 2 years ago
Alvaro Herrera da952b415f
Rework lwlocknames.txt to become lwlocklist.h 2 years ago
Peter Eisentraut e5da0fe3c2 Catalog domain not-null constraints 2 years ago
Heikki Linnakangas c9c260decd Remove unused PruneState member rel 2 years ago
Heikki Linnakangas c33084205a Reorganize heap_page_prune() function comment 2 years ago
Dean Rasheed 522ed12f7c Add "--exclude-extension" to pg_dump's options. 2 years ago
Heikki Linnakangas d63d486d6c Remove assertions that some compiler say are tautological 2 years ago
Peter Eisentraut 9578393bc5 Add tests for domain-related information schema views 2 years ago
Jeff Davis f69319f2f1 Support C.UTF-8 locale in the new builtin collation provider. 2 years ago
Tom Lane fd0398fcb0 Improve EXPLAIN's display of SubPlan nodes and output parameters. 2 years ago
Nathan Bossart cc4826dd5e Inline pg_popcount{32,64} into pg_popcount(). 2 years ago
Tom Lane b7e2121ab7 Postpone reparameterization of paths until create_plan(). 2 years ago
Peter Eisentraut 605721f819 gen_node_support.pl: Mark location fields as type alias ParseLoc 2 years ago
Daniel Gustafsson 347758b120 pg_upgrade: run all data type checks per connection 2 years ago
Peter Eisentraut 5577a71fb0 Use half-open interval notation in without_overlaps tests 2 years ago
Peter Eisentraut 49b579f92d Fix misleading comments 2 years ago
Peter Eisentraut a88c800deb Use daterange and YMD in without_overlaps tests instead of tsrange. 2 years ago
Peter Eisentraut 794f10f6b9 Add some UUID support functions 2 years ago
Peter Eisentraut d56cb42b54 Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting warnings 2 years ago
Jeff Davis bb5604ba9e Fix documentation oversights from 2d819a08a1. 2 years ago
Jeff Davis f9f3fb1cb7 Update src/common/unicode/README. 2 years ago
Jeff Davis 60769c62dc Fix another warning, introduced by 846311051e. 2 years ago
Jeff Davis 846311051e Address more review comments on commit 2d819a08a1. 2 years ago
Alvaro Herrera 66ab9371a2
dblink/isolationtester/fe_utils: Use new cancel API 2 years ago
Jeff Davis 61f352ece9 Fix unreachable code warning from commit 2d819a08a1. 2 years ago
Peter Eisentraut 5162f663fc Add missing source files to nls.mk 2 years ago
Alvaro Herrera 6b3678d347
Put libpq_pipeline cancel test back 2 years ago
Heikki Linnakangas 0960ae1967 Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples 2 years ago
Peter Eisentraut 48018f1d8c Add some const decorations 2 years ago
Heikki Linnakangas 05c3980e7f Move code for backend startup to separate file 2 years ago
Heikki Linnakangas aafc05de1b Refactor postmaster child process launching 2 years ago
Heikki Linnakangas f1baed18bc Move some functions from postmaster.c to a new source file 2 years ago
Heikki Linnakangas 14cddee9cc Split registration of Win32 deadchild callback to separate function 2 years ago
Michael Paquier ca108be72e Remove references to backup_fs_hot() in Cluster.pm 2 years ago
Nathan Bossart 949300402b Initialize variables to placate compiler. 2 years ago
Daniel Gustafsson d6607016c7 Support json_errdetail in FRONTEND code 2 years ago
Tom Lane 33f13168cc Mark hash_corrupted() as pg_attribute_noreturn. 2 years ago
Dean Rasheed 7eb9a82018 Fix PDF doc generation. 2 years ago
Dean Rasheed c649fa24a4 Add RETURNING support to MERGE. 2 years ago
Peter Eisentraut 6a004f1be8 Add attstattarget to FormExtraData_pg_attribute 2 years ago
Peter Eisentraut d939cb2fd6 Generalize handling of nullable pg_attribute columns in DDL 2 years ago
Peter Eisentraut 012460ee93 Make stxstattarget nullable 2 years ago