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
REL_19_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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2016-02-08
Stamp 9.3.11.
REL9_3_11
Tom Lane
2016-02-08
Translation updates
Peter Eisentraut
2016-02-08
Fix some regex issues with out-of-range characters and large char ranges.
Tom Lane
2016-02-06
Force certain "pljava" custom GUCs to be PGC_SUSET.
Noah Misch
2016-02-05
Update time zone data files to tzdata release 2016a.
Tom Lane
2016-02-04
In pg_dump, ensure that view triggers are processed after view rules.
Tom Lane
2016-02-03
Fix IsValidJsonNumber() to notice trailing non-alphanumeric garbage.
Tom Lane
2016-02-01
Make sure ecpg header files do not have a comment lasting several lines, one of
Michael Meskes
2016-01-29
Fix incorrect pattern-match processing in psql's \det command.
Tom Lane
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-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
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-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-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-28
Fix translation domain in pg_basebackup
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-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-13
Properly initialize write, flush and replay locations in walsender slots
Magnus Hagander
2015-12-12
Fix ALTER TABLE ... SET TABLESPACE for unlogged relations.
Andres Freund
2015-12-12
Add an expected-file to match behavior of latest libxml2.
Tom Lane
2015-12-11
For REASSIGN OWNED for foreign user mappings
Alvaro Herrera
2015-12-11
Still more fixes for planner's handling of LATERAL references.
Tom Lane
2015-12-10
Fix bug leading to restoring unlogged relations from empty files.
Andres Freund
2015-12-10
Accept flex > 2.5.x on Windows, too.
Tom Lane
2015-12-09
Simplify LATERAL-related calculations within add_paths_to_joinrel().
Tom Lane
2015-12-07
Fix another oversight in checking if a join with LATERAL refs is legal.
Tom Lane
2015-12-01
Make gincostestimate() cope with hypothetical GIN indexes.
Tom Lane
2015-12-01
Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double().
Tom Lane
2015-11-26
Fix failure to consider failure cases in GetComboCommandId().
Tom Lane
2015-11-25
Be more paranoid about null return values from libpq status functions.
Tom Lane
[next]