Commit Graph

43177 Commits (fa65a022db26bc446fb67ce1d7ac543fa4bb72e4)

Author SHA1 Message Date
Peter Eisentraut 94af84f00c pg_amcheck: Put new options in consistent order in --help and man page 2 years ago
Peter Eisentraut 8aee330af5 Revert temporal primary keys and foreign keys 2 years ago
David Rowley 0de37b5106 Fix some inconsistencies in EXPLAIN output 2 years ago
Tom Lane 3c03ee1a39 Doc: update src/tools/pgindent/README for current practice. 2 years ago
Daniel Gustafsson a8f87d5d21 Fix query result leak during binary upgrade 2 years ago
Peter Eisentraut 98b4f53d15 Re-forbid underscore in positional parameters 2 years ago
Peter Eisentraut 54cf0c5118 Remove stray blank line among gram.y keywords 2 years ago
Peter Eisentraut cc70e170c0 Make all Perl warnings fatal, catch-up 2 years ago
Michael Paquier 54b69f1bd7 Add missing newline at the end of index_including.sql 2 years ago
David Rowley 8cb653b245 Fix incorrect year in some copyright notices added this year 2 years ago
Tom Lane f535f350c1 Fix handling of polymorphic output arguments for procedures. 2 years ago
Tom Lane 245f1cec59 Do pre-release housekeeping on catalog data. 2 years ago
Tom Lane da256a4a7f Pre-beta mechanical code beautification. 2 years ago
Peter Eisentraut 3ddbac368c Add missing gettext triggers 2 years ago
Peter Eisentraut 9eb54a258f Add missing source files to pg_combinebackup/nls.mk 2 years ago
Daniel Gustafsson 83ae824c87 Remove auth-options support from initdb 2 years ago
Daniel Gustafsson b362d14816 Fix memory leaks in error reporting with LOG level 2 years ago
Peter Eisentraut ab4d7a38c3 Add missing gettext triggers 2 years ago
Peter Eisentraut 2e810bdb7f Make formatting in nls.mk files more consistent 2 years ago
David Rowley ec1a405adc Revert "Temporarily install debugging in partition_prune test" 2 years ago
Nathan Bossart 3cb2f13ac5 Fix pg_sequence_last_value() for unlogged sequences on standbys. 2 years ago
Tom Lane 1f7452fa59 Remove COMMAND_TAG_NEXTTAG from enum CommandTag. 2 years ago
Alexander Korotkov 2a679ae94e Fix regression tests conflict in 3ca43dbbb6 2 years ago
Alvaro Herrera 6f8bb7c1e9
Revert structural changes to not-null constraints 2 years ago
Alvaro Herrera e89f4c6618
Fix test case to do what it intends to 2 years ago
Alexander Korotkov 3ca43dbbb6 Add permission check for MERGE/SPLIT partition operations 2 years ago
Michael Paquier 267d41dc4f injection_points: Store runtime conditions in private area 2 years ago
Michael Paquier 33181b48fd Introduce private data area for injection points 2 years ago
Heikki Linnakangas 407e0b023c Change ALPN protocol ID to IANA-approved "postgresql" 2 years ago
Peter Eisentraut 144c2ce0cc Fix ON CONFLICT DO NOTHING/UPDATE for temporal indexes 2 years ago
Tom Lane d727c54317 Fix recursive RECORD-returning plpython functions. 2 years ago
Tom Lane 9effc4608e Repair ALTER EXTENSION ... SET SCHEMA. 2 years ago
Tom Lane c7be3c015b Make left-join removal safe under -DREALLOCATE_BITMAPSETS. 2 years ago
Peter Eisentraut e2d5508c50 psql: Add missing punctuation in help output 2 years ago
Alvaro Herrera 21ac38f498
Fix inconsistencies in error messages 2 years ago
Michael Paquier 855517307d Fix overread in JSON parsing errors for incomplete byte sequences 2 years ago
Peter Eisentraut 482e108cd3 Add test for REPLICA IDENTITY with a temporal key 2 years ago
Etsuro Fujita 4364e0126e Fix typo in src/backend/utils/resowner/README. 2 years ago
Peter Eisentraut 6d716adf85 Fix incorrect format placeholder 2 years ago
Tom Lane c1aea206e3 Ensure that "pg_restore -l" reports dependent TOC entries correctly. 2 years ago
Tom Lane c5bec5426a Don't corrupt plpython's "TD" dictionary in a recursive trigger call. 2 years ago
Peter Eisentraut 509199587d Fix assorted bugs related to identity column in partitioned tables 2 years ago
Jeff Davis 832c4f657f Remove obsolete comment. 2 years ago
Tom Lane 6572bd55b0 Prevent RLS filters on ctid from breaking WHERE CURRENT OF <cursor>. 2 years ago
Bruce Momjian 4712177a6c postgresql.conf: align variable comments, mostly new ones 2 years ago
Tom Lane 07746a8ef2 Finish incomplete revert of ec63622c0. 2 years ago
Nathan Bossart 521a7156ab Fix privilege checks in pg_stats_ext and pg_stats_ext_exprs. 2 years ago
Alexander Korotkov d1d286d83c Revert: Remove useless self-joins 2 years ago
Peter Eisentraut 7a31eb2aaa Translation updates 2 years ago
Michael Paquier 597f66942d injection_points: Fix incorrect spinlock acquisition 2 years ago