aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Shore up ADMIN OPTION restrictions.Noah Misch2014-02-17
* Ooops, forgot to remove solar87 and friends from src/timezone/Makefile.Tom Lane2014-02-14
* Update time zone data files to tzdata release 2013i.Tom Lane2014-02-14
* Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code.Tom Lane2014-02-13
* Fix length checking for Unicode identifiers containing escapes (U&"...").Tom Lane2014-02-13
* Improve libpq's error recovery for connection loss during COPY.Tom Lane2014-02-12
* In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages.Tom Lane2014-02-12
* Add missing include, required on some platformsMagnus Hagander2014-02-12
* Kill pg_basebackup background process when exitingMagnus Hagander2014-02-12
* Don't generate plain-text HISTORY and src/test/regress/README anymore.Tom Lane2014-02-10
* Use memmove() instead of memcpy() for copying overlapping regions.Heikki Linnakangas2014-02-10
* Avoid printing uninitialized filename variable in verbose modeMagnus Hagander2014-02-09
* Fix *-qualification of named parameters in SQL-language functions.Tom Lane2014-02-03
* Fix makefile syntax.Andrew Dunstan2014-02-01
* Fix some wide-character bugs in the text-search parser.Tom Lane2014-02-01
* fix whitespaceAndrew Dunstan2014-02-01
* Fix some more bugs in signal handlers and process shutdown logic.Tom Lane2014-02-01
* Don't use deprecated dllwrap on Cygwin.Andrew Dunstan2014-02-01
* Copy the libpq DLL to the bin directory on Mingw and Cygwin.Andrew Dunstan2014-02-01
* Clear MyProc and MyProcSignalState before they become invalid.Robert Haas2014-01-31
* Fix unsafe references to errno within error messaging logic.Tom Lane2014-01-29
* Fix bugs in PQhost().Fujii Masao2014-01-23
* Allow type_func_name_keywords in even more placesStephen Frost2014-01-21
* Tweak parse location assignment for CURRENT_DATE and related constructs.Tom Lane2014-01-21
* Allow SET TABLESPACE to database defaultStephen Frost2014-01-18
* Fix client-only installationPeter Eisentraut2014-01-17
* Improve FILES section of psql reference page.Tom Lane2014-01-14
* Fix multiple bugs in index page locking during hot-standby WAL replay.Tom Lane2014-01-14
* Fix possible crashes due to using elog/ereport too early in startup.Tom Lane2014-01-11
* Fix compute_scalar_stats() for case that all values exceed WIDTH_THRESHOLD.Tom Lane2014-01-11
* Fix descriptor output in ECPG.Michael Meskes2014-01-09
* Fix "cannot accept a set" error when only some arms of a CASE return a set.Tom Lane2014-01-08
* Fix pause_at_recovery_target + recovery_target_inclusive combination.Heikki Linnakangas2014-01-08
* Fix bug in determining when recovery has reached consistency.Heikki Linnakangas2014-01-08
* Move permissions check from do_pg_start_backup to pg_start_backupMagnus Hagander2014-01-07
* Avoid including tablespaces inside PGDATA twice in base backupsMagnus Hagander2014-01-07
* Fix translatability markings in psql, and add defenses against future bugs.Tom Lane2014-01-04
* Do not use an empty hostname.Michael Meskes2014-01-01
* Don't attempt to limit target database for pg_restore.Kevin Grittner2013-12-29
* Properly detect invalid JSON numbers when generating JSON.Andrew Dunstan2013-12-27
* 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
* Fix inherited UPDATE/DELETE with UNION ALL subqueries.Tom Lane2013-12-14
* 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
* Tweak placement of explicit ANALYZE commands in the regression tests.Tom Lane2013-12-11
* 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
* Fix crash in assign_collations_walker for EXISTS with empty SELECT list.Tom Lane2013-12-02