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