aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Do not use an empty hostname.Michael Meskes2014-01-01
* Don't attempt to limit target database for pg_restore.Kevin Grittner2013-12-29
* Fix misplaced right paren bugs in pgstatfuncs.c.Kevin Grittner2013-12-27
* Add "SHIFT_JIS" as an accepted encoding name for locale checking.Tatsuo Ishii2013-12-15
* Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt/HandleNotifyInterrupt.Tom Lane2013-12-13
* Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.Tom Lane2013-12-12
* Fix possible crash with nested SubLinks.Tom Lane2013-12-10
* Clear retry flags properly in replacement OpenSSL sock_write function.Tom Lane2013-12-05
* Fix full-page writes of internal GIN pages.Heikki Linnakangas2013-12-03
* Stamp 8.4.19.REL8_4_19Tom Lane2013-12-02
* Translation updatesPeter Eisentraut2013-12-02
* Update time zone data files to tzdata release 2013h.Tom Lane2013-12-01
* Back-patch src/timezone/known_abbrevs.txt into all active branches.Tom Lane2013-12-01
* Fix pg_dumpall to work for databases flagged as read-only.Kevin Grittner2013-11-30
* Fix assorted issues in pg_ctl's pgwin32_CommandLine().Tom Lane2013-11-29
* Don't update relfrozenxid if any pages were skipped.Heikki Linnakangas2013-11-27
* ECPG: Make the preprocessor emit ';' if the variable type for a list ofMichael Meskes2013-11-26
* ECPG: Fix offset to NULL/size indicator array.Michael Meskes2013-11-26
* Fix array slicing of int2vector and oidvector values.Tom Lane2013-11-23
* Ensure _dosmaperr() actually sets errno correctly.Tom Lane2013-11-23
* Avoid potential buffer overflow crashPeter Eisentraut2013-11-23
* Flatten join alias Vars before pulling up targetlist items from a subquery.Tom Lane2013-11-22
* Fix incorrect loop counts in tidbitmap.c.Tom Lane2013-11-15
* Fix race condition in GIN posting tree page deletion.Heikki Linnakangas2013-11-08
* Make contain_volatile_functions/contain_mutable_functions look into SubLinks.Tom Lane2013-11-08
* Be more robust when strerror() doesn't give a useful result.Tom Lane2013-11-07
* Prevent creating window functions with default arguments.Tom Lane2013-11-06
* Improve the error message given for modifying a window with frame clause.Tom Lane2013-11-05
* Changed test case slightly so it doesn't have an unused typedef.Michael Meskes2013-11-03
* Ensure all files created for a single BufFile have the same resource owner.Tom Lane2013-11-01
* Fix some odd behaviors when using a SQL-style simple GMT offset timezone.Tom Lane2013-11-01
* Prevent using strncpy with src == dest in TupleDescInitEntry.Tom Lane2013-10-28
* Stamp 8.4.18.REL8_4_18Peter Eisentraut2013-10-07
* Translation updatesPeter Eisentraut2013-10-07
* Fix snapshot leak if lo_open called on non-existent object.Heikki Linnakangas2013-09-30
* Fix spurious warning after vacuuming a page on a table with no indexes.Heikki Linnakangas2013-09-26
* Fix pgindent comment breakageAlvaro Herrera2013-09-24
* Fix SSL deadlock risk in libpqStephen Frost2013-09-23
* Ignore interrupts during quickdie().Noah Misch2013-09-11
* Return error if allocation of new element was not possible.Michael Meskes2013-09-08
* Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.Tom Lane2013-09-03
* Update time zone data files to tzdata release 2013d.Tom Lane2013-09-02
* In locate_grouping_columns(), don't expect an exact match of Var typmods.Tom Lane2013-08-23
* Make sure float4in/float8in accept all standard spellings of "infinity".Tom Lane2013-08-03
* Fix old visibility bug in HeapTupleSatisfiesDirtyAlvaro Herrera2013-08-02
* Fix regexp_matches() handling of zero-length matches.Tom Lane2013-07-31
* Fix booltestsel() for case where we have NULL stats but not MCV stats.Tom Lane2013-07-24
* Check for NULL result from strdupAlvaro Herrera2013-07-23
* Change post-rewriter representation of dropped columns in joinaliasvars.Tom Lane2013-07-23
* Initialize day of year value.Michael Meskes2013-07-19