summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-05Update time zone data files to tzdata release 2016a.Tom Lane
2016-02-05postgres_fdw: Avoid possible misbehavior when RETURNING tableoid column only.Robert Haas
2016-02-05When modifying a foreign table, initialize tableoid field properly.Robert Haas
2016-02-04In pg_dump, ensure that view triggers are processed after view rules.Tom Lane
2016-02-03Add hstore_to_jsonb() and hstore_to_jsonb_loose() to hstore documentation.Tom Lane
2016-02-03pgbench: Install guard against overflow when dividing by -1.Robert Haas
2016-02-03Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.Tom Lane
2016-02-02Fix pg_description entries for jsonb_to_record() and jsonb_to_recordset().Tom Lane
2016-01-31Fix error in documentated use of mingw-w64 compilersAndrew Dunstan
2016-01-29Fix incorrect pattern-match processing in psql's \det command.Tom Lane
2016-01-29Fix syntax descriptions for replication commands in logicaldecoding.sgmlFujii Masao
2016-01-26Fix startup so that log prefix %h works for the log_connections message.Tom Lane
2016-01-20Properly install dynloader.h on MSVC buildsBruce Momjian
2016-01-15Fix spelling mistake.Robert Haas
2016-01-14Properly close token in sspi authenticationMagnus Hagander
2016-01-13Handle extension members when first setting object dump flags in pg_dump.Tom Lane
2016-01-12Avoid dump/reload problems when using both plpython2 and plpython3.Tom Lane
2016-01-09Clean up some lack-of-STRICT issues in the core code, too.Tom Lane
2016-01-09Clean up code for widget_in() and widget_out().Tom Lane
2016-01-09Add STRICT to some C functions created by the regression tests.Tom Lane
2016-01-07Fix unobvious interaction between -X switch and subdirectory creation.Tom Lane
2016-01-07Fix one more TAP test to use standard command-line argument ordering.Tom Lane
2016-01-07Use plain mkdir() not pg_mkdir_p() to create subdirectories of PGDATA.Tom Lane
2016-01-07Windows: Make pg_ctl reliably detect service statusAlvaro Herrera
2016-01-05Sort $(wildcard) output where needed for reproducible build output.Tom Lane
2016-01-04Fix treatment of *lpNumberOfBytesRecvd == 0: that's a completion condition.Tom Lane
2016-01-03Teach pg_dump to quote reloption values safely.Tom Lane
2016-01-02Fix overly-strict assertions in spgtextproc.c.Tom Lane
2016-01-02Adjust back-branch release note description of commits a2a718b22 et al.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2016-01-01Teach flatten_reloptions() to quote option values safely.Tom Lane
2016-01-01Add some more defenses against silly estimates to gincostestimate().Tom Lane
2015-12-29Put back one copyObject() in rewriteTargetView().Tom Lane
2015-12-28Document the exponentiation operator as associating left to right.Tom Lane
2015-12-28Update documentation about pseudo-types.Tom Lane
2015-12-28Fix translation domain in pg_basebackupAlvaro Herrera
2015-12-27Add forgotten CHECK_FOR_INTERRUPT calls in pgcrypto's crypt()Alvaro Herrera
2015-12-24Fix factual and grammatical errors in comments for struct _tableInfo.Tom Lane
2015-12-23In pg_dump, remember connection passwords no matter how we got them.Tom Lane
2015-12-21Rework internals of changing a type's ownershipAlvaro Herrera
2015-12-21adjust ACL owners for REASSIGN and ALTER OWNER TOAlvaro Herrera
2015-12-21Make viewquery a copy in rewriteTargetView()Stephen Frost
2015-12-20Remove silly completion for "DELETE FROM tabname ...".Tom Lane
2015-12-19Fix tab completion for ALTER ... TABLESPACE ... OWNED BY.Andres Freund
2015-12-17Fix improper initialization order for readline.Tom Lane
2015-12-16Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane
2015-12-14Add missing CHECK_FOR_INTERRUPTS in lseg_inside_polyAlvaro Herrera
2015-12-14Fix out-of-memory error handling in ParameterDescription message processing.Heikki Linnakangas
2015-12-14Correct statement to actually be the intended assert statement.Andres Freund
2015-12-14Docs: document that psql's "\i -" means read from stdin.Tom Lane