Commit Graph

43797 Commits (7e60e678615b1f803ac73faee71cca79ec310d1d)
 

Author SHA1 Message Date
Tom Lane 7e60e67861 Tighten test in contrib/bloom/t/001_wal.pl. 8 years ago
Robert Haas b9941d3468 Fix incorrect comment. 8 years ago
Peter Eisentraut 9a8d3c4eea Add -wnet to SP invocations 8 years ago
Robert Haas 1aba8e651a Add hash partitioning. 8 years ago
Peter Eisentraut e7397f015c Remove junk left from DSSSL to XSL conversion 8 years ago
Tom Lane ae20b23a9e Refactor permissions checks for large objects. 8 years ago
Tom Lane 5ecc0d738e Restrict lo_import()/lo_export() via SQL permissions not hard-wired checks. 8 years ago
Tom Lane 6c3a7ba5bb Fix typo in ALTER SYSTEM output. 8 years ago
Tom Lane 9be95ef156 Fix bogus logic for checking executables' versions within pg_upgrade. 8 years ago
Tom Lane 20d9adab60 Revert "Allow --with-bonjour to work with non-macOS implementations of Bonjour." 8 years ago
Tom Lane 9b9cb3c453 Allow --with-bonjour to work with non-macOS implementations of Bonjour. 8 years ago
Tom Lane bd65e0c624 Doc: fix erroneous example. 8 years ago
Tom Lane c5269472ea Fix two violations of the ResourceOwnerEnlarge/Remember protocol. 8 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Peter Eisentraut 4497f2f3b3 Put markup in the right place 8 years ago
Peter Eisentraut 6e1e4c0d2f Expand empty end tag 8 years ago
Robert Haas 698e525437 Fix typo in comment. 8 years ago
Tom Lane 92a1834dd8 Fix unportable spelling of int64 constant. 8 years ago
Tom Lane d1f9ac5b10 Fix unportable usage of <ctype.h> functions. 8 years ago
Simon Riggs 4b0d28de06 Remove secondary checkpoint 8 years ago
Simon Riggs 98267ee83e Exclude pg_internal.init from BASE_BACKUP 8 years ago
Tom Lane d0c80c17f1 Fix version numbering foulups exposed by 10.1. 8 years ago
Tom Lane 92d830f4bf Last-minute updates for release notes. 8 years ago
Tom Lane b574228715 Add tests for json{b}_populate_recordset() crash case. 8 years ago
Noah Misch dfc015dcf4 start-scripts: switch to $PGUSER before opening $PGLOG. 8 years ago
Dean Rasheed 87b2ebd352 Always require SELECT permission for ON CONFLICT DO UPDATE. 8 years ago
Noah Misch c66b438db6 Add a temp-install prerequisite to "check"-like targets not having one. 8 years ago
Tom Lane b35b185bf7 Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3.20, 9.2.24. 8 years ago
Noah Misch bab3a714b6 Ignore CatalogSnapshot when checking COPY FREEZE prerequisites. 8 years ago
Magnus Hagander 86bc521811 Fix comment 8 years ago
Tom Lane 42de8a0255 First-draft release notes for 10.1. 8 years ago
Peter Eisentraut bc105c4be0 doc: Update text for new recovery_target_lsn setting 8 years ago
Peter Eisentraut 4703a480a9 ecpg: Use bool instead of int 8 years ago
Peter Eisentraut d6148e7d44 ecpg: Remove useless return values 8 years ago
Peter Eisentraut cb29ff8315 Fix incorrect use of bool 8 years ago
Tom Lane a9169f0200 Avoid looping through line pointers twice in PageRepairFragmentation(). 8 years ago
Tom Lane 4c11d2c559 Flag index metapages as standard-format in xlog.c calls. 8 years ago
Alvaro Herrera 1b890562b8 Fix thinkos in BRIN summarization 8 years ago
Peter Eisentraut 49df45acd8 doc: Convert ids to upper case at build time 8 years ago
Peter Eisentraut a9fce66729 Don't reset additional columns on subscriber to NULL on UPDATE 8 years ago
Alvaro Herrera ec42a1dcb3 Fix BRIN summarization concurrent with extension 8 years ago
Michael Meskes 7164991caf Improve error message for incorrect number inputs in libecpg. 8 years ago
Tom Lane f987f83de2 pgbench: replace run-time string comparisons with an enum identifier. 8 years ago
Tom Lane 81e334ce4e Set the metapage's pd_lower correctly in brin, gin, and spgist indexes. 8 years ago
Michael Meskes 6976a4f05f Fix float parsing in ecpg INFORMIX mode. 8 years ago
Peter Eisentraut 4b0fbfdf81 pg_ctl: Improve message 8 years ago
Peter Eisentraut 637a934ab9 Simplify new test suite handling of passwordcheck 8 years ago
Tom Lane 62a16572d5 Fix corner-case errors in brin_doupdate(). 8 years ago
Peter Eisentraut 5eb8bf2d42 Remove wal_keep_segments from default configuration in PostgresNode.pm 8 years ago
Peter Eisentraut 0f53934164 doc: Clarify pgstattuple privileges information 8 years ago