Commit Graph

53880 Commits (02c408e21a6e78ff246ea7a1beb4669634fa9c4c)
 

Author SHA1 Message Date
Peter Eisentraut 02c408e21a Remove redundant null pointer checks before free() 4 years ago
Peter Eisentraut 098c703d30 Remove redundant null pointer checks before pg_free() 4 years ago
Noah Misch e2bc242833 Fix previous commit's ecpg_clocale for ppc Darwin. 4 years ago
Noah Misch 5633836ef3 ecpglib: call newlocale() once per process. 4 years ago
Jeff Davis 43470717c4 Emit debug message when executing extension script. 4 years ago
Peter Eisentraut 835d476fd2 Reformat some node comments 4 years ago
Thomas Munro 94ebf8117c Default to dynamic_shared_memory_type=sysv on Solaris. 4 years ago
Michael Paquier 0507977aa4 Introduce pg_attribute_nonnull(...) 4 years ago
Noah Misch c99c67fc43 Replace PGISOLATIONTIMEOUT with 2 * PG_TEST_TIMEOUT_DEFAULT. 4 years ago
Noah Misch 4f4c72c2dc Fix race condition in t/028_pitr_timelines.pl. 4 years ago
Tom Lane f172b11d61 Remove no-longer-used parameter for create_groupingsets_path(). 4 years ago
Peter Eisentraut f58f1fb6c0 Add missing GETTEXT_FLAGS entry 4 years ago
Peter Eisentraut d746021de1 Add construct_array_builtin, deconstruct_array_builtin 4 years ago
Fujii Masao 7c2d6f8d34 doc: Add index entry for MERGE SQL command. 4 years ago
John Naylor 4e2e8d71fe Clarify that pg_dump takes ACCESS SHARE lock 4 years ago
Thomas Munro 389869af59 Harden dsm_impl.c against unexpected EEXIST. 4 years ago
Michael Paquier 33bd4698c1 Fix code comments still referring to pg_start/stop_backup() 4 years ago
Michael Paquier 550bc0a6c0 Refactor the TAP test of auto_explain 4 years ago
Peter Eisentraut 258f48f858 Change some unnecessary MemSet calls 4 years ago
Peter Eisentraut 8cd61d288a Avoid unnecessary MemSet call 4 years ago
Tom Lane d31d30973a Stamp HEAD as 16devel. 4 years ago
Tom Lane adadae4581 Add 82d0ffae3 to git-blame-ignore-revs. 4 years ago
Tom Lane 82d0ffae32 pgindent run prior to branching v15. 4 years ago
Bruce Momjian f5135d2aba relnotes: update item about public schema permission change 4 years ago
Tom Lane c1d033fcb5 Stamp 15beta2. 4 years ago
Magnus Hagander 27f953ea99 Remove outdated recommendation for manual VACUUM 4 years ago
Peter Eisentraut d28e26bbe2 PL/Python: Update guide to alternative expected files 4 years ago
Peter Eisentraut fa06a34d14 pg_upgrade: Fix version comparison for global ICU support 4 years ago
Michael Paquier 401f623c7b doc: Mention attribute "inherited" in pg_stats_ext[_exprs] 4 years ago
Peter Eisentraut 3c0bcdbc66 Translation updates 4 years ago
Heikki Linnakangas adf6d5dfb2 Fix visibility check when XID is committed in CLOG but not in procarray. 4 years ago
Thomas Munro 7201cd1862 Fix relptr's encoding of the base address. 4 years ago
Tom Lane ebc584ed49 Harden range_table_mutator() against null RangeTblEntry.subquery. 4 years ago
Thomas Munro 3ab4fc5dcf Don't trust signalfd() on illumos. 4 years ago
Noah Misch 00377b9a02 CREATE INDEX: use the original userid for more ACL checks. 4 years ago
Noah Misch 2f2e24d90c Use --no-unlogged-table-data in t/027_stream_regress.pl. 4 years ago
Peter Eisentraut 901a9d5301 Remove unportable test 4 years ago
Amit Kapila 1f50918a6f Fix intermetent test failure in 028_row_filter.pl. 4 years ago
Amit Kapila 1ce34519c7 Doc: clarify that tablesync ignores publish operation. 4 years ago
Peter Eisentraut 75f2171e6c Fix missing newline at end of message 4 years ago
Michael Paquier 52b5c53ae8 Fix typo in pg_publication.c 4 years ago
Peter Eisentraut 41a2b56ae8 PL/Tcl: Don't link with -lc explicitly 4 years ago
Amit Kapila ac0e2d387a Fix memory leak due to LogicalRepRelMapEntry.attrmap. 4 years ago
Michael Paquier ca7a0d1d36 Fix two issues with HEADER MATCH in COPY 4 years ago
Andres Freund eba331ae2a pgstat: Mention pgstat_replslot.c in pgstat.c. 4 years ago
Bruce Momjian 0b135e4c2e doc: improve wording of plpgsql RAISE format text 4 years ago
Bruce Momjian a9a230e623 doc: clarify wording about phantom reads 4 years ago
Robert Haas e243de03fb amcheck: Fix incorrect use of VARATT_IS_COMPRESSED. 4 years ago
Peter Eisentraut 9f0b953457 doc: Clean up title case use 4 years ago
Tom Lane 662dbe2c86 Simplify tab completion of extension versions. 4 years ago