Commit Graph

39554 Commits (23c2dd03d5db2f4a20dcd09bd6c49e293e3c8f03)
 

Author SHA1 Message Date
Robert Haas a05dc4d7fd Provide readfuncs support for custom scans. 10 years ago
Tom Lane 39b9978d9c Do a round of copy-editing on the 9.5 release notes. 10 years ago
Tom Lane 6404751ce9 Improve documentation around autovacuum-related storage parameters. 10 years ago
Tom Lane da3751c8ea Be more noisy about "wrong number of nailed relations" initfile problems. 10 years ago
Robert Haas 80558c1f5a Generate parallel sequential scan plans in simple cases. 10 years ago
Robert Haas f0661c4e8c Make sequential scans parallel-aware. 10 years ago
Robert Haas f764ecd81b Add outfuncs.c support for GatherPath. 10 years ago
Tom Lane 7b6fb76349 Docs: fix misleading example. 10 years ago
Tom Lane b05ae27e9a Add missing "static" qualifier. 10 years ago
Tom Lane 944b41fc00 Improve our workaround for 'TeX capacity exceeded' in building PDF files. 10 years ago
Robert Haas 5c90a2ffdd Comment update. 10 years ago
Robert Haas bf3d015631 Fix rebasing mistake in nodeGather.c 10 years ago
Robert Haas 89ff5c7f75 Add a dummy return statement to TupleQueueRemap. 10 years ago
Andres Freund c31f1dc559 Add paragraph about ON CONFLICT interaction with partitioning. 10 years ago
Andres Freund f3a764b0da Set replication origin when decoding commit records. 10 years ago
Noah Misch fed19f312c Don't connect() to a wildcard address in test_postmaster_connection(). 10 years ago
Robert Haas fba60e573e Remove set-but-not-used variables. 10 years ago
Tom Lane ad9fad7b68 Update 9.5 release notes through today. 10 years ago
Tom Lane c5e86ea932 Add "xid <> xid" and "xid <> int4" operators. 10 years ago
Tom Lane 9042f58342 Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully. 10 years ago
Tom Lane a43b4ab111 Fix enforcement of restrictions inside regexp lookaround constraints. 10 years ago
Robert Haas 8d7396e509 Try to convince gcc that TupleQueueRemap never falls off the end. 10 years ago
Robert Haas af9773cf4c When completing ALTER INDEX .. SET, add an equals sign also. 10 years ago
Robert Haas 6e71dd7ce9 Modify tqueue infrastructure to support transient record types. 10 years ago
Robert Haas cbb82e370d Remove unnecessary cast in previous commit. 10 years ago
Robert Haas a76ef15d9f Add sort support routine for the UUID data type. 10 years ago
Stephen Frost 5644419b3d Set include_realm=1 default in parse_hba_line 10 years ago
Robert Haas 8a1fab36ab pg_size_pretty: Format negative values similar to positive ones. 10 years ago
Robert Haas dde5f09fad Document interaction of bgworkers with LISTEN/NOTIFY. 10 years ago
Tom Lane b23af45875 Fix erroneous hash calculations in gin_extract_jsonb_path(). 10 years ago
Tom Lane 8c75ad436f Fix memory leaks in PL/Python. 10 years ago
Robert Haas 64b2e7ad91 Pass extra data to bgworkers, and use this to fix parallel contexts. 10 years ago
Tom Lane 59464bd6f9 Improve implementation of GEQO's init_tour() function. 10 years ago
Peter Eisentraut 7bd099d511 Update spelling of COPY options 10 years ago
Tom Lane b9f117d6cd Add regression tests for remote execution of extension operators/functions. 10 years ago
Tom Lane d894941663 Allow postgres_fdw to ship extension funcs/operators for remote execution. 10 years ago
Robert Haas ee44cb7566 Improve comments about abbreviation abort. 10 years ago
Robert Haas f18c944b61 postgres_fdw: Add ORDER BY to some remote SQL queries. 10 years ago
Tom Lane fc0b893521 Remove obsolete advice about doubling backslashes in regex escapes. 10 years ago
Tom Lane a69b0b2c14 Code + docs review for unicode linestyle patch. 10 years ago
Robert Haas 4efe26cbd3 shm_mq: Third attempt at fixing nowait behavior in shm_mq_receive. 10 years ago
Robert Haas 0279f62fdc Correct tiny inaccuracy in strxfrm cache comment. 10 years ago
Tom Lane 620ac88d6f Remove some more dead Alpha-specific code. 10 years ago
Robert Haas 1efc7e5382 Fix problems with ParamListInfo serialization mechanism. 10 years ago
Kevin Grittner bf25fb2f93 Add RMV to list of commands taking AE lock. 10 years ago
Kevin Grittner 585e2a3b1a Fix serialization anomalies due to race conditions on INSERT. 10 years ago
Tom Lane 12c9a04008 Implement lookbehind constraints in our regular-expression engine. 10 years ago
Robert Haas c5057b2b34 doc: security_barrier option is a Boolean, not a string. 10 years ago
Robert Haas 3a1f8611f2 Update parallel executor support to reuse the same DSM. 10 years ago
Robert Haas c6baec92fc Fix typo in bgworker.c 10 years ago