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-03-01
Unlink static libraries before rebuilding them.
Noah Misch
2015-03-01
Move memory context callback declarations into palloc.h.
Tom Lane
2015-03-01
Fix intermittent failure in event_trigger test
Alvaro Herrera
2015-02-28
Track typmods in plpgsql expression evaluation and assignment.
Tom Lane
2015-02-28
Fix planning of star-schema-style queries.
Tom Lane
2015-02-28
Improve mmgr README.
Tom Lane
2015-02-27
Suppress uninitialized-variable warning from less-bright compilers.
Tom Lane
2015-02-27
Redefine MemoryContextReset() as deleting, not resetting, child contexts.
Tom Lane
2015-02-27
Make CREATE OR REPLACE VIEW internally more consistent
Alvaro Herrera
2015-02-27
Invent a memory context reset/delete callback mechanism.
Tom Lane
2015-02-27
Fix a couple of trivial issues in jsonb.c
Alvaro Herrera
2015-02-27
Fix table_rewrite event trigger for ALTER TYPE/SET DATA TYPE CASCADE
Alvaro Herrera
2015-02-26
Render infinite date/timestamps as 'infinity' for json/jsonb
Andrew Dunstan
2015-02-26
Reconsider when to wait for WAL flushes/syncrep during commit.
Andres Freund
2015-02-26
Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables.
Noah Misch
2015-02-26
Add hasRowSecurity to copyfuncs/outfuncs
Stephen Frost
2015-02-26
Add locking clause for SB views for update/delete
Stephen Frost
2015-02-25
Fix over-optimistic caching in fetch_array_arg_replace_nulls().
Tom Lane
2015-02-25
Fix dumping of views that are just VALUES(...) but have column aliases.
Tom Lane
2015-02-25
Remove null-pointer checks that are not needed.
Michael Meskes
2015-02-24
Improve parser's one-extra-token lookahead mechanism.
Tom Lane
2015-02-24
Error when creating names too long for tar format
Peter Eisentraut
2015-02-24
Fix typo in README.
Heikki Linnakangas
2015-02-23
Fix stupid merge errors in previous commit
Alvaro Herrera
2015-02-23
Further tweaking of raw grammar output to distinguish different inputs.
Tom Lane
2015-02-23
Support more commands in event triggers
Alvaro Herrera
2015-02-23
Replace checkpoint_segments with min_wal_size and max_wal_size.
Heikki Linnakangas
2015-02-23
Renumber GUC_* constants.
Heikki Linnakangas
2015-02-23
Refactor unit conversions code in guc.c.
Heikki Linnakangas
2015-02-23
Guard against spurious signals in LockBufferForCleanup.
Andres Freund
2015-02-23
Add GUC to control the time to wait before retrieving WAL after failed attempt.
Fujii Masao
2015-02-23
Fix potential deadlock with libpq non-blocking mode.
Heikki Linnakangas
2015-02-22
Add parse location fields to NullTest and BooleanTest structs.
Tom Lane
2015-02-22
Get rid of multiple applications of transformExpr() to the same tree.
Tom Lane
2015-02-22
Represent BETWEEN as a special node type in raw parse trees.
Tom Lane
2015-02-22
Rename variable in AllocSetContextCreate to be consistent.
Jeff Davis
2015-02-22
In array_agg(), don't create a new context for every group.
Jeff Davis
2015-02-21
Try to fix busted gettimeofday() code.
Tom Lane
2015-02-21
Use FLEXIBLE_ARRAY_MEMBER in Windows-specific code.
Tom Lane
2015-02-21
Force some system catalog table columns to be marked NOT NULL.
Andres Freund
2015-02-21
Allow forcing nullness of columns during bootstrap.
Andres Freund
2015-02-21
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-02-21
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-02-21
Minor code beautification in conninfo_uri_parse_params().
Tom Lane
2015-02-21
Fix misparsing of empty value in conninfo_uri_parse_params().
Tom Lane
2015-02-21
Don't require users of src/port/gettimeofday.c to initialize it.
Robert Haas
2015-02-21
Some more FLEXIBLE_ARRAY_MEMBER fixes.
Tom Lane
2015-02-20
Fix statically allocated struct with FLEXIBLE_ARRAY_MEMBER member.
Tom Lane
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in some more places.
Tom Lane
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData.
Tom Lane
[next]