summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
* Empty search_path in Autovacuum and non-psql/pgbench clients.Noah Misch2018-02-261-0/+28
* Fix planner failures with overlapping mergejoin clauses in an outer join.Tom Lane2018-02-231-4/+6
* Backport: Mark assorted GUC variables as PGDLLIMPORT.Andres Freund2018-02-223-18/+18
* Stamp 9.6.7.REL9_6_7Tom Lane2018-02-051-4/+4
* Report an ERROR if a parallel worker fails to start properly.Robert Haas2018-01-231-0/+1
* Fix failure to delete spill files of aborted transactionsAlvaro Herrera2018-01-051-0/+2
* Perform a lot more sanity checks when freezing tuples.Andres Freund2017-12-142-2/+5
* Mark assorted variables PGDLLIMPORT.Robert Haas2017-12-0511-22/+23
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-041-0/+2
* Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.Tom Lane2017-11-272-4/+4
* Pad XLogReaderState's main_data buffer more aggressively.Tom Lane2017-11-261-7/+1
* Add support for Motorola 88K to s_lock.h.Tom Lane2017-11-201-0/+24
* Fix broken cleanup interlock for GIN pending list.Robert Haas2017-11-161-1/+1
* Prevent int128 from requiring more than MAXALIGN alignment.Tom Lane2017-11-143-5/+27
* Rearrange c.h to create a "compiler characteristics" section.Tom Lane2017-11-141-108/+110
* Stamp 9.6.6.REL9_6_6Tom Lane2017-11-061-4/+4
* Always require SELECT permission for ON CONFLICT DO UPDATE.Dean Rasheed2017-11-061-0/+2
* Revert bogus fixes of HOT-freezing bugAlvaro Herrera2017-11-021-3/+0
* Fix problems with the "role" GUC and parallel query.Robert Haas2017-10-291-0/+1
* Fix mistaken failure to allow parallelism in corner case.Robert Haas2017-10-271-0/+2
* Add a utility function to extract variadic function argumentsAndrew Dunstan2017-10-251-0/+23
* Fix AggGetAggref() so it won't lie to aggregate final functions.Tom Lane2017-10-121-1/+2
* Fix low-probability loss of NOTIFY messages due to XID wraparound.Tom Lane2017-10-111-0/+1
* Fix crash when logical decoding is invoked from a PL function.Tom Lane2017-10-061-0/+3
* Fix traversal of half-frozen update chainsAlvaro Herrera2017-10-061-0/+3
* Avoid SIGBUS on Linux when a DSM memory request overruns tmpfs.Tom Lane2017-09-252-0/+6
* Fix ordering in pg_dump of GRANTsStephen Frost2017-09-131-3/+11
* Make [U]INT64CONST safe for use in #if conditions.Tom Lane2017-09-013-22/+11
* Ensure SIZE_MAX can be used throughout our code.Tom Lane2017-09-012-1/+6
* Stamp 9.6.5.REL9_6_5Tom Lane2017-08-281-4/+4
* Backpatch introduction of TupleDescAttr(tupdesc, i).Andres Freund2017-08-221-0/+3
* Remove AtEOXact_CatCache().Tom Lane2017-08-131-1/+0
* Stamp 9.6.4.REL9_6_4Tom Lane2017-08-071-4/+4
* Fix comment.Tatsuo Ishii2017-08-011-1/+1
* Fix leaking of small spilled subtransactions during logical decoding.Andres Freund2017-06-181-0/+9
* Unify SIGHUP handling between normal and walsender backends.Andres Freund2017-06-051-0/+5
* Prevent possibility of panics during shutdown checkpoint.Andres Freund2017-06-053-1/+6
* Fix race condition leading to hanging logical slot creation.Andres Freund2017-05-131-11/+14
* Avoid searching for callback functions in CallSyscacheCallbacks().Tom Lane2017-05-121-0/+2
* Avoid searching for the target catcache in CatalogCacheIdInvalidate.Tom Lane2017-05-122-1/+3
* Stamp 9.6.3.REL9_6_3Tom Lane2017-05-081-4/+4
* Further patch rangetypes_selfuncs.c's statistics slot management.Tom Lane2017-05-081-1/+1
* Add security checks to selectivity estimation functionsPeter Eisentraut2017-05-081-0/+2
* Give nicer error message when connecting to a v10 server requiring SCRAM.Heikki Linnakangas2017-05-051-0/+2
* Don't use on-disk snapshots for exported logical decoding snapshot.Andres Freund2017-04-271-1/+2
* Preserve required !catalog tuples while computing initial decoding snapshot.Andres Freund2017-04-272-1/+2
* Revert "Use pselect(2) not select(2), if available, to wait in postmaster's l...Tom Lane2017-04-242-6/+0
* Use pselect(2) not select(2), if available, to wait in postmaster's loop.Tom Lane2017-04-242-0/+6
* Run the postmaster's signal handlers without SA_RESTART.Tom Lane2017-04-241-0/+5
* Avoid passing function pointers across process boundaries.Tom Lane2017-04-151-0/+2