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