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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2015-02-02
port/snprintf(): fix overflow and do padding
Bruce Momjian
2015-02-02
to_char(): prevent writing beyond the allocated buffer
Bruce Momjian
2015-02-02
to_char(): prevent accesses beyond the allocated buffer
Bruce Momjian
2015-02-02
Translation updates
Peter Eisentraut
2015-01-31
Fix documentation of psql's ECHO all mode.
Tom Lane
2015-01-31
Update time zone data files to tzdata release 2015a.
Tom Lane
2015-01-30
Fix jsonb Unicode escape processing, and in consequence disallow \u0000.
Tom Lane
2015-01-30
Provide a way to supress the "out of memory" error when allocating.
Robert Haas
2015-01-30
Fix assorted oversights in range selectivity estimation.
Tom Lane
2015-01-30
Fix query-duration memory leak with GIN rescans.
Heikki Linnakangas
2015-01-30
Allow pg_dump to use jobs and serializable transactions together.
Kevin Grittner
2015-01-30
Fix BuildIndexValueDescription for expressions
Stephen Frost
2015-01-29
Properly terminate the array returned by GetLockConflicts().
Andres Freund
2015-01-29
Align buffer descriptors to cache line boundaries.
Andres Freund
2015-01-29
Fix #ifdefed'ed out code to compile again.
Andres Freund
2015-01-29
Fix bug where GIN scan keys were not initialized with gin_fuzzy_search_limit.
Heikki Linnakangas
2015-01-29
Move out-of-memory error checks from aset.c to mcxt.c
Robert Haas
2015-01-29
Add usebypassrls to pg_user and pg_shadow
Stephen Frost
2015-01-28
Clean up range-table building in copy.c
Stephen Frost
2015-01-28
Fix column-privilege leak in error-message paths
Stephen Frost
2015-01-28
Fix typo in comment.
Heikki Linnakangas
2015-01-28
Remove dead NULL-pointer checks in GiST code.
Heikki Linnakangas
2015-01-27
Fix NUMERIC field access macros to treat NaNs consistently.
Tom Lane
2015-01-26
Add a note to PG_TRY's documentation about volatile safety.
Tom Lane
2015-01-26
Re-enable abbreviated keys on Windows.
Robert Haas
2015-01-26
Fix volatile-safety issue in pltcl_SPI_execute_plan().
Tom Lane
2015-01-26
Fix volatile-safety issue in asyncQueueReadAllNotifications().
Tom Lane
2015-01-26
Further cleanup of ReorderBufferCommit().
Tom Lane
2015-01-26
Clean up assorted issues in ALTER SYSTEM coding.
Tom Lane
2015-01-24
Clean up some mess in row-security patches.
Tom Lane
2015-01-24
Fix unsafe coding in ReorderBufferCommit().
Tom Lane
2015-01-24
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-24
Remove no-longer-referenced src/port/gethostname.c.
Tom Lane
2015-01-24
Fix assignment operator thinko
Alvaro Herrera
2015-01-23
Fix typos, update README.
Robert Haas
2015-01-23
vacuumdb: enable parallel mode
Alvaro Herrera
2015-01-23
Don't use abbreviated keys for the final merge pass.
Robert Haas
2015-01-23
Add an explicit cast to Size to hyperloglog.c
Robert Haas
2015-01-22
Prevent duplicate escape-string warnings when using pg_stat_statements.
Tom Lane
2015-01-22
Fix whitespace
Peter Eisentraut
2015-01-22
Tweak BRIN minmax operator class
Alvaro Herrera
2015-01-22
Repair brain fade in commit b181a91981203f6ec9403115a2917bd3f9473707.
Robert Haas
2015-01-22
adjust ACL owners for REASSIGN and ALTER OWNER TO
Bruce Momjian
2015-01-22
More fixes for abbreviated keys infrastructure.
Robert Haas
2015-01-22
Heavily refactor btsortsupport_worker.
Robert Haas
2015-01-22
reinit.h: Fix typo in identification comment
Alvaro Herrera
2015-01-21
Disable abbreviated keys on Windows.
Robert Haas
2015-01-20
tools/ccsym: update for modern versions of gcc
Bruce Momjian
2015-01-20
Add strxfrm_l to list of functions where Windows adds an underscore.
Robert Haas
2015-01-20
In pg_regress, remove the temporary installation upon successful exit.
Tom Lane
[next]