summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2015-03-10Clean up the mess from => patch.Tom Lane
2015-03-10Move BRIN page type to page's last two bytesAlvaro Herrera
2015-03-09Keep CommitTs module in sync in standby and masterAlvaro Herrera
2015-03-09Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera
2015-03-09Move WAL-related definitions from dbcommands.h to separate header file.Heikki Linnakangas
2015-03-09Fix typo in comment.Fujii Masao
2015-03-08Remove struct PQArgBlock from server-side header libpq/libpq.h.Tom Lane
2015-03-08Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM.Tom Lane
2015-03-07Remove rolcatupdatePeter Eisentraut
2015-03-05Remove comment claiming that PARAM_EXTERN Params always have typmod -1.Tom Lane
2015-03-03Change many routines to return ObjectAddress rather than OIDAlvaro Herrera
2015-03-03Reduce json <=> jsonb casts from explicit-only to assignment level.Tom Lane
2015-03-01Use the typcache to cache constraints for domain types.Tom Lane
2015-03-01Add transform functions for AT TIME ZONE.Noah Misch
2015-03-01Move memory context callback declarations into palloc.h.Tom Lane
2015-02-27Redefine MemoryContextReset() as deleting, not resetting, child contexts.Tom Lane
2015-02-27Invent a memory context reset/delete callback mechanism.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-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-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-22In array_agg(), don't create a new context for every group.Jeff Davis
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 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 struct varlena.Tom Lane
2015-02-20Update PGSTAT_FILE_FORMAT_IDAlvaro Herrera
2015-02-20Have TRUNCATE update pgstat tuple countersAlvaro Herrera
2015-02-20Use "#ifdef CATALOG_VARLEN" to protect nullable fields of pg_authid.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-19Remove dead structs.Heikki Linnakangas
2015-02-19Split array_push into separate array_append and array_prepend functions.Tom Lane
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-17Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.Tom Lane
2015-02-16Rationalize the APIs of array element/slice access functions.Tom Lane
2015-02-13Fix broken #ifdef for __sparcv8Heikki Linnakangas
2015-02-13Simplify waiting logic in reading from / writing to client.Heikki Linnakangas
2015-02-10Speed up CRC calculation using slicing-by-8 algorithm.Heikki Linnakangas