Commit Graph

41489 Commits (23c75b55aaccddea79545ffaf1cbfc9f1edeaa8c)
 

Author SHA1 Message Date
Tom Lane 23c75b55aa Improve documentation around TS_execute(). 9 years ago
Robert Haas 3761fe3c20 Simplify LWLock tranche machinery by removing array_base/array_stride. 9 years ago
Fujii Masao 4e344c2cf4 Add missing documentation for effective_io_concurrency tablespace option. 9 years ago
Robert Haas b81b5a96f4 Unbreak Finalize HashAggregate over Partial HashAggregate. 9 years ago
Robert Haas 6a4fe1127c Fix more hash index bugs around marking buffers dirty. 9 years ago
Robert Haas 25216c9893 Remove _hash_wrtbuf() in favor of calling MarkBufferDirty(). 9 years ago
Heikki Linnakangas 4f5182e18d Fix off-by-one in memory allocation for quote_literal_cstr(). 9 years ago
Tom Lane 93513d1b65 Sync our copy of the timezone library with IANA release tzcode2016j. 9 years ago
Magnus Hagander 8cb545bfd4 Add missing newline in message 9 years ago
Peter Eisentraut fdf71389dd Various temporary slots test improvements 9 years ago
Tom Lane 55caaaeba8 Improve handling of array elements as getdiag_targets and cursor_variables. 9 years ago
Tom Lane 1f542a2eac Prevent planagg.c from failing on queries containing CTEs. 9 years ago
Robert Haas 501c7b94bc Fix bug in hashbulkdelete. 9 years ago
Robert Haas a25665088d Fix bugs in RelationGetPartitionDispatchInfo. 9 years ago
Robert Haas 4b9a98e154 Clean up code, comments, and formatting for table partitioning. 9 years ago
Robert Haas acddbe221b Update typedefs.list 9 years ago
Robert Haas a1a4459c29 doc: Improve documentation related to table partitioning feature. 9 years ago
Robert Haas 3856cf9607 Remove should_free arguments to tuplesort routines. 9 years ago
Tom Lane 9b3d02c2a9 Catversion bump for temporary replication slots. 9 years ago
Tom Lane 23f722ba8e Fix race condition in test_decoding "slot" test. 9 years ago
Robert Haas b4630e01fd doc: Fix purported type of pg_am.amhandler to match reality. 9 years ago
Tom Lane be7b2848c6 Make the different Unix-y semaphore implementations ABI-compatible. 9 years ago
Robert Haas 06e184876b psql: Fix incorrect version check for table partitining. 9 years ago
Tom Lane 563d575fd7 Fix creative, but unportable, spelling of "ptr != NULL". 9 years ago
Peter Eisentraut a924c327e2 Add support for temporary replication slots 9 years ago
Heikki Linnakangas e7f051b8f9 Refactor the code for verifying user's password. 9 years ago
Heikki Linnakangas 58445c5c8d Further cleanup from the strong-random patch. 9 years ago
Heikki Linnakangas 9bbbf029dd Fix pgcrypto compilation with OpenSSL 1.1.0. 9 years ago
Heikki Linnakangas 41493bac36 Fix two thinkos related to strong random keys. 9 years ago
Heikki Linnakangas ad365b2f91 Fix broken autoconf test for random number source. 9 years ago
Tom Lane 92fb649837 Use "%option prefix" to set API names in ecpg's lexer. 9 years ago
Tom Lane 0eaaaf00e2 Prevent crash when ts_rewrite() replaces a non-top-level subtree with null. 9 years ago
Tom Lane 9cda81f005 Be more careful about Python refcounts while creating exception objects. 9 years ago
Alvaro Herrera a73491e5fe Fix crasher bug in array_position(s) 9 years ago
Heikki Linnakangas 64bc26f90d Fix thinko in safeguard for negative availMem. 9 years ago
Robert Haas 01ae881e1c Fix bogus comment. 9 years ago
Robert Haas ab4575dcf1 Silence compiler warning. 9 years ago
Robert Haas fa0f466d53 Log the creation of an init fork unconditionally. 9 years ago
Tom Lane 0b78106cd4 Fix reporting of column typmods for multi-row VALUES constructs. 9 years ago
Heikki Linnakangas 2560d244b4 Fix quoting and a compiler warning in dumping partitions. 9 years ago
Heikki Linnakangas fe7bdf0bf6 Clean up password authentication code a bit. 9 years ago
Heikki Linnakangas f7d54f4f7d Fix accounting of memory needed for merge heap. 9 years ago
Robert Haas cd5d3af44e Replace references to COLLATE "en_CA" with COLLATE "POSIX". 9 years ago
Robert Haas 71efd34fb8 Replace references to COLLATE "en_US" with COLLATE "C". 9 years ago
Robert Haas f0e44751d7 Implement table partitioning. 9 years ago
Tom Lane b7e1ae2328 Restore psql's SIGPIPE setting if popen() fails. 9 years ago
Tom Lane 18f8f784cb Handle empty or all-blank PAGER setting more sanely in psql. 9 years ago
Heikki Linnakangas 81f2e514a9 Fix query cancellation. 9 years ago
Heikki Linnakangas 9790b87f59 Fix whitespace. 9 years ago
Stephen Frost d97b14ddab Silence compiler warnings 9 years ago