summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Stamp 9.1.20.REL9_1_20Tom Lane2016-02-086-21/+21
* Translation updatesPeter Eisentraut2016-02-0812-5454/+3475
* Last-minute updates for release notes.Tom Lane2016-02-081-0/+13
* Fix some regex issues with out-of-range characters and large char ranges.Tom Lane2016-02-084-18/+50
* Improve documentation about PRIMARY KEY constraints.Tom Lane2016-02-072-40/+44
* Release notes for 9.5.1, 9.4.6, 9.3.11, 9.2.15, 9.1.20.Tom Lane2016-02-071-0/+500
* Force certain "pljava" custom GUCs to be PGC_SUSET.Noah Misch2016-02-051-0/+11
* Update time zone data files to tzdata release 2016a.Tom Lane2016-02-057-45/+73
* In pg_dump, ensure that view triggers are processed after view rules.Tom Lane2016-02-043-2/+14
* pgbench: Install guard against overflow when dividing by -1.Robert Haas2016-02-031-1/+29
* Make sure ecpg header files do not have a comment lasting several lines, one ofMichael Meskes2016-02-012-4/+4
* Fix error in documentated use of mingw-w64 compilersAndrew Dunstan2016-01-301-1/+1
* Fix incorrect pattern-match processing in psql's \det command.Tom Lane2016-01-291-1/+2
* Fix startup so that log prefix %h works for the log_connections message.Tom Lane2016-01-261-6/+8
* Properly install dynloader.h on MSVC buildsBruce Momjian2016-01-194-6/+10
* Fix spelling mistake.Robert Haas2016-01-141-1/+1
* Properly close token in sspi authenticationMagnus Hagander2016-01-141-0/+2
* Handle extension members when first setting object dump flags in pg_dump.Tom Lane2016-01-133-167/+311
* Clean up some lack-of-STRICT issues in the core code, too.Tom Lane2016-01-091-2/+2
* Clean up code for widget_in() and widget_out().Tom Lane2016-01-091-15/+14
* Add STRICT to some C functions created by the regression tests.Tom Lane2016-01-092-12/+12
* Fix unobvious interaction between -X switch and subdirectory creation.Tom Lane2016-01-071-11/+18
* Use plain mkdir() not pg_mkdir_p() to create subdirectories of PGDATA.Tom Lane2016-01-071-30/+23
* Windows: Make pg_ctl reliably detect service statusAlvaro Herrera2016-01-071-1/+159
* Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.Tom Lane2016-01-041-21/+16
* Teach pg_dump to quote reloption values safely.Tom Lane2016-01-022-28/+113
* Adjust back-branch release note description of commits a2a718b22 et al.Tom Lane2016-01-022-4/+4
* Update copyright for 2016Bruce Momjian2016-01-022-3/+3
* Teach flatten_reloptions() to quote option values safely.Tom Lane2016-01-011-11/+52
* Add some more defenses against silly estimates to gincostestimate().Tom Lane2016-01-011-29/+52
* Document the exponentiation operator as associating left to right.Tom Lane2015-12-281-1/+1
* Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt()Alvaro Herrera2015-12-272-0/+6
* Rework internals of changing a type's ownershipAlvaro Herrera2015-12-216-47/+95
* adjust ACL owners for REASSIGN and ALTER OWNER TOAlvaro Herrera2015-12-212-39/+92
* Remove silly completion for "DELETE FROM tabname ...".Tom Lane2015-12-201-1/+1
* Fix improper initialization order for readline.Tom Lane2015-12-171-1/+3
* Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane2015-12-164-2/+18
* Add missing CHECK_FOR_INTERRUPTS in lseg_inside_polyAlvaro Herrera2015-12-141-0/+3
* Fix out-of-memory error handling in ParameterDescription message processing.Heikki Linnakangas2015-12-141-11/+53
* Correct statement to actually be the intended assert statement.Andres Freund2015-12-141-1/+1
* Docs: document that psql's "\i -" means read from stdin.Tom Lane2015-12-131-1/+11
* Doc: update external URLs for PostGIS project.Tom Lane2015-12-123-3/+3
* Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.Andres Freund2015-12-121-2/+21
* Add an expected-file to match behavior of latest libxml2.Tom Lane2015-12-111-0/+719
* For REASSIGN OWNED for foreign user mappingsAlvaro Herrera2015-12-113-8/+18
* Install our "missing" script where PGXS builds can find it.Tom Lane2015-12-111-0/+2
* Fix bug leading to restoring unlogged relations from empty files.Andres Freund2015-12-103-0/+32
* Further improve documentation of the role-dropping process.Tom Lane2015-12-041-7/+18
* Make gincostestimate() cope with hypothetical GIN indexes.Tom Lane2015-12-011-20/+38
* Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double().Tom Lane2015-12-011-2/+3