summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2015-03-01Add transform functions for AT TIME ZONE.Noah Misch
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-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-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-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-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-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-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
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in struct varlena.Tom Lane
2015-02-20Have TRUNCATE update pgstat tuple countersAlvaro Herrera
2015-02-20Some more FLEXIBLE_ARRAY_MEMBER hacking.Tom Lane
2015-02-20Remove unused variable.Tom Lane
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane
2015-02-20Add pg_stat_get_snapshot_timestamp() to show statistics snapshot timestamp.Tom Lane
2015-02-19Split array_push into separate array_append and array_prepend functions.Tom Lane
2015-02-18Fix opclass/opfamily identity stringsAlvaro Herrera
2015-02-18Fix object identities for pg_conversion objectsAlvaro Herrera
2015-02-17Fix EXPLAIN output for cases where parent table is excluded by constraints.Tom Lane
2015-02-17Fix a bug in pairing heap removal code.Heikki Linnakangas
2015-02-17Fix knn-GiST queue comparison function to return heap tuples first.Heikki Linnakangas