Commit Graph

43806 Commits (cbfffee41c3f571fa3fcb26fca5eb11bc508f972)
 

Author SHA1 Message Date
Noah Misch cbfffee41c Install Windows crash dump handler before all else. 8 years ago
Noah Misch e02571b73f Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext. 8 years ago
Noah Misch 0b7e76eb2b Add post-2010 ecpg tests to checktcp. 8 years ago
Noah Misch 34baf8a00b Make connect/test1 independent of localhost IPv6. 8 years ago
Noah Misch 4b865aee25 Fix previous commit's test, for non-UTF8 databases with non-XML builds. 8 years ago
Noah Misch 2918fcedbf Ignore XML declaration in xpath_internal(), for UTF8 databases. 8 years ago
Robert Haas 5edc63bda6 Account for the effect of lossy pages when costing bitmap scans. 8 years ago
Peter Eisentraut 0c98d0dd5c Fix some null pointer dereferences in LDAP auth code 8 years ago
Peter Eisentraut 0e1539ba0d Add some const decorations to prototypes 8 years ago
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