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