aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Add support for more extensive testing of raw_expression_tree_walker().Tom Lane2016-05-23
* Fix latent crash in do_text_output_multiline().Tom Lane2016-05-23
* Pin the built-in index access methods.Tom Lane2016-05-19
* Stamp 9.6beta1.REL9_6_BETA1Tom Lane2016-05-09
* Fix pg_upgrade to not fail when new-cluster TOAST rules differ from old.Tom Lane2016-05-06
* Fix hash index vs "snapshot too old" problemmsKevin Grittner2016-05-06
* Move and rename fmtReloptionsArray().Dean Rasheed2016-05-06
* Rename tsvector delete() to ts_delete(), and filter() to ts_filter().Tom Lane2016-05-05
* Revert timeline following in replication slotsAlvaro Herrera2016-05-04
* Fix more things to be parallel-safe.Robert Haas2016-05-03
* Fix thinko in commentAlvaro Herrera2016-05-02
* Fix code comments regarding logical decodingAlvaro Herrera2016-05-02
* Fix parallel safety markings for pg_start_backup.Robert Haas2016-05-02
* Fix mishandling of equivalence-class tests in parameterized plans.Tom Lane2016-04-29
* Add a few entries to the tail of time mapping, to see old values.Kevin Grittner2016-04-29
* Fix comment whitespace in VS2105 patchAndrew Dunstan2016-04-29
* Fix typoMagnus Hagander2016-04-29
* Support building with Visual Studio 2015Andrew Dunstan2016-04-29
* Adjust DatumGetBool macro, this time for sure.Tom Lane2016-04-28
* Prevent to use magic constantsTeodor Sigaev2016-04-28
* Prevent multiple cleanup process for pending list in GIN.Teodor Sigaev2016-04-28
* Clean up parsing of synchronous_standby_names GUC variable.Tom Lane2016-04-27
* Remove mergeHyperLogLog.Robert Haas2016-04-27
* Fix EXPLAIN VERBOSE output for parallel aggregate.Robert Haas2016-04-27
* Emit invalidations to standby for transactions without xid.Andres Freund2016-04-26
* Impose a full barrier in generic-xlc.h atomics functions.Noah Misch2016-04-26
* Improve TranslateSocketError() to handle more Windows error codes.Tom Lane2016-04-21
* Remove dead code in win32.h.Tom Lane2016-04-21
* PGDLLIMPORT-ify old_snapshot_threshold.Tom Lane2016-04-21
* Comment improvements for ForeignPath.Robert Haas2016-04-21
* Inline initial comparisons in TestForOldSnapshot()Kevin Grittner2016-04-21
* Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane2016-04-20
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Further reduce the number of semaphores used under --disable-spinlocks.Tom Lane2016-04-18
* Tweak EXPLAIN for parallel query to show workers launched.Robert Haas2016-04-15
* Fix portability problem induced by commit a6f6b7819.Tom Lane2016-04-15
* Make init_spin_delay() C89 compliant #2.Andres Freund2016-04-14
* Remove trailing commas in enums.Andres Freund2016-04-14
* Adjust signature of walrcv_receive hook.Tom Lane2016-04-14
* Fix prototype of pgwin32_bind().Tom Lane2016-04-14
* Add required database and origin filtering for logical messages.Andres Freund2016-04-13
* Make init_spin_delay() C89 compliant and change stuck spinlock reporting.Andres Freund2016-04-13
* Avoid atomic operation in MarkLocalBufferDirty().Andres Freund2016-04-13
* Widen amount-to-flush arguments of FileWriteback and callers.Tom Lane2016-04-13
* Provide errno-translation wrappers around bind() and listen() on Windows.Tom Lane2016-04-12
* Fix costing for parallel aggregation.Robert Haas2016-04-12
* Redefine create_upper_paths_hook as being invoked once per upper relation.Tom Lane2016-04-12
* Improve API of GenericXLogRegister().Tom Lane2016-04-12
* Use static inline function for BufferGetPage()Kevin Grittner2016-04-11
* Avoid the use of a separate spinlock to protect a LWLock's wait queue.Andres Freund2016-04-10