Commit Graph

39659 Commits (aa2387e2fd532954e88dfd8546ab894b9305123d)
 

Author SHA1 Message Date
Tom Lane aa2387e2fd Improve speed of timestamp/time/date output functions. 10 years ago
Tom Lane b921aeb167 Fix comment block trashed by pgindent. 10 years ago
Tom Lane be11f8400d Improve HJDEBUG code a bit. 10 years ago
Tom Lane 392998bc58 Add missing "static" qualifier. 10 years ago
Noah Misch 41baee7a93 Comment on dead code in AtAbort_Portals() and AtSubAbort_Portals(). 10 years ago
Noah Misch f4aa3a18a2 Force certain "pljava" custom GUCs to be PGC_SUSET. 10 years ago
Tom Lane 7008e70d10 First-draft release notes for 9.4.6. 10 years ago
Tom Lane a73311e525 Update time zone data files to tzdata release 2016a. 10 years ago
Robert Haas e98fd78607 Fix typo in comment. 10 years ago
Robert Haas e0e7b8fa22 Remove parallel-safety check from GetExistingLocalJoinPath. 10 years ago
Robert Haas 63f39b9148 Fix small goof in comment. 10 years ago
Robert Haas 78bea62ab0 Fix typo. 10 years ago
Tom Lane 6819514fca Add num_nulls() and num_nonnulls() to count NULL arguments. 10 years ago
Robert Haas d0cd7bda97 postgres_fdw: pgindent run. 10 years ago
Robert Haas 37c84570b1 postgres_fdw: Avoid possible misbehavior when RETURNING tableoid column only. 10 years ago
Robert Haas 9418d79a76 When modifying a foreign table, initialize tableoid field properly. 10 years ago
Peter Eisentraut f8003e07f9 Improve error message 10 years ago
Robert Haas a104a017fc Add some additional core functions to support join pushdown for FDWs. 10 years ago
Robert Haas c1772ad922 Change the way that LWLocks for extensions are allocated. 10 years ago
Tom Lane 5ef244a282 Simplify syntax diagram for REINDEX. 10 years ago
Tom Lane 0ed707e9b7 In pg_dump, ensure that view triggers are processed after view rules. 10 years ago
Robert Haas b47b4dbf68 Extend sortsupport for text to more opclasses. 10 years ago
Tom Lane 24a26c9f54 Add hstore_to_jsonb() and hstore_to_jsonb_loose() to hstore documentation. 10 years ago
Robert Haas 69d34408e5 Allow parallel custom and foreign scans. 10 years ago
Peter Eisentraut 25e44518c1 doc: Fix stand-alone INSTALL file build 10 years ago
Tom Lane 41d2c081ce Make hstore_to_jsonb_loose match hstore_to_json_loose on what's a number. 10 years ago
Robert Haas 52b63649fc Code review for commit dc203dc3ac. 10 years ago
Robert Haas f2305d40ec Remove CustomPath's TextOutCustomPath method. 10 years ago
Robert Haas dc203dc3ac postgres_fdw: Allow fetch_size to be set per-table or per-server. 10 years ago
Tom Lane e6ecc93a17 Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage. 10 years ago
Peter Eisentraut 7d17e683fc Add support for systemd service notifications 10 years ago
Peter Eisentraut ac7238dc0f Improve error reporting when location specified by postgres -D does not exist 10 years ago
Tom Lane 2808a2e0f3 Remove printQueryOpt.quote field. 10 years ago
Alvaro Herrera 3cb5867b7d Don't test for system columns on join relations 10 years ago
Tom Lane 2ad83fff22 Remove unnecessary "implementation of FOO operator" DESCR() entries. 10 years ago
Tom Lane a4627e8fd4 Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset(). 10 years ago
Magnus Hagander 23f3cc36ed Fix typo in comment 10 years ago
Teodor Sigaev f25d07d99f Fix lossy KNN GiST when ordering operator returns non-float8 value. 10 years ago
Robert Haas 7191ce8bea Make all built-in lwlock tranche IDs fixed. 10 years ago
Alvaro Herrera 1d0c3b3f8a pgbench: allow per-script statistics 10 years ago
Robert Haas 64f5edca24 pgbench: Install guards against obscure overflow conditions. 10 years ago
Fujii Masao 89611c4dfa Various fixes to "ALTER ... SET/RESET" tab completions 10 years ago
Michael Meskes 7a58d19b0c Make sure ecpg header files do not have a comment lasting several lines, one of 10 years ago
Magnus Hagander e51ab85cd9 Fix typos in comments 10 years ago
Heikki Linnakangas 61ce1e8f15 Fix misspelled function name in comment. 10 years ago
Andrew Dunstan 7dc09c1384 Fix error in documentated use of mingw-w64 compilers 10 years ago
Peter Eisentraut 9217bf3961 Fix whitespace 10 years ago
Robert Haas cc592c48c5 postgres_fdw: More preliminary refactoring for upcoming join pushdown. 10 years ago
Robert Haas 2251179e6a Migrate replication slot I/O locks into a separate tranche. 10 years ago
Robert Haas b319356f0e Migrate PGPROC's backendLock into PGPROC itself, using a new tranche. 10 years ago