Commit Graph

43783 Commits (4497f2f3b30fa5cd48898033c351bfcf01ce73e2)
 

Author SHA1 Message Date
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
Tom Lane 7b6c075471 Teach planner to account for HAVING quals in aggregation plan nodes. 8 years ago
Alvaro Herrera c6764eb3ae Revert bogus fixes of HOT-freezing bug 8 years ago
Peter Eisentraut d8c435e174 doc: Adjust name in acknowledgments 8 years ago
Noah Misch 51f4d3ed7e In client support of v10 features, use standard schema handling. 8 years ago
Tom Lane c0e2062d32 Doc: update URL for check_postgres. 8 years ago
Tom Lane 7c70996ebf Allow bitmap scans to operate as index-only scans when possible. 8 years ago
Peter Eisentraut ec7ce54204 doc: Mention pg_stat_wal_receiver in streaming replication docs 8 years ago
Tom Lane af20e2d728 Fix ALTER TABLE code to update domain constraints when needed. 8 years ago
Peter Eisentraut 387ec70322 doc: Add to hot standby documentation 8 years ago
Peter Eisentraut 067a2259fd pg_basebackup: Fix comparison handling of tablespace mappings on Windows 8 years ago
Michael Meskes 63d6b97fd9 Make sure ecpglib does accepts digits behind decimal point even for integers in 8 years ago
Stephen Frost 0fe2780db4 Remove inbound links to sql-createuser 8 years ago
Tom Lane 080351466c Fix underqualified cast-target type names in pg_dump and psql queries. 8 years ago
Robert Haas ee4673ac07 Don't exaggerate the number of temporary blocks read. 8 years ago