aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Allow forcing nullness of columns during bootstrap.Andres Freund2015-02-21
* Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].Tom Lane2015-02-21
* Don't require users of src/port/gettimeofday.c to initialize it.Robert Haas2015-02-21
* Some more FLEXIBLE_ARRAY_MEMBER fixes.Tom Lane2015-02-21
* Fix statically allocated struct with FLEXIBLE_ARRAY_MEMBER member.Tom Lane2015-02-20
* Use FLEXIBLE_ARRAY_MEMBER in struct varlena.Tom Lane2015-02-20
* Update PGSTAT_FILE_FORMAT_IDAlvaro Herrera2015-02-20
* Have TRUNCATE update pgstat tuple countersAlvaro Herrera2015-02-20
* Use "#ifdef CATALOG_VARLEN" to protect nullable fields of pg_authid.Tom Lane2015-02-20
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-20
* Add pg_stat_get_snapshot_timestamp() to show statistics snapshot timestamp.Tom Lane2015-02-19
* Remove dead structs.Heikki Linnakangas2015-02-19
* Split array_push into separate array_append and array_prepend functions.Tom Lane2015-02-18
* Fix EXPLAIN output for cases where parent table is excluded by constraints.Tom Lane2015-02-17
* Fix a bug in pairing heap removal code.Heikki Linnakangas2015-02-17
* Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.Tom Lane2015-02-17
* Rationalize the APIs of array element/slice access functions.Tom Lane2015-02-16
* Fix broken #ifdef for __sparcv8Heikki Linnakangas2015-02-13
* Simplify waiting logic in reading from / writing to client.Heikki Linnakangas2015-02-13
* Speed up CRC calculation using slicing-by-8 algorithm.Heikki Linnakangas2015-02-10
* Minor cleanup/code review for "indirect toast" stuff.Tom Lane2015-02-09
* Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas2015-02-09
* Move pg_lzcompress.c to src/common.Fujii Masao2015-02-09
* Use a separate memory context for GIN scan keys.Heikki Linnakangas2015-02-04
* Remove remnants of ImmediateInterruptOK handling.Andres Freund2015-02-03
* Remove the option to service interrupts during PGSemaphoreLock().Andres Freund2015-02-03
* Move deadlock and other interrupt handling in proc.c out of signal handlers.Andres Freund2015-02-03
* Remove unused "m" field in LSEG.Tom Lane2015-02-03
* Process 'die' interrupts while reading/writing from the client socket.Andres Freund2015-02-03
* Introduce and use infrastructure for interrupt processing during client reads.Andres Freund2015-02-03
* Add new function BackgroundWorkerInitializeConnectionByOid.Robert Haas2015-02-02
* Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas2015-02-02
* Provide a way to supress the "out of memory" error when allocating.Robert Haas2015-01-30
* Fix assorted oversights in range selectivity estimation.Tom Lane2015-01-30
* Fix query-duration memory leak with GIN rescans.Heikki Linnakangas2015-01-30
* Align buffer descriptors to cache line boundaries.Andres Freund2015-01-29
* Add usebypassrls to pg_user and pg_shadowStephen Frost2015-01-28
* Fix column-privilege leak in error-message pathsStephen Frost2015-01-28
* Add a note to PG_TRY's documentation about volatile safety.Tom Lane2015-01-26
* Clean up some mess in row-security patches.Tom Lane2015-01-24
* Fix typos, update README.Robert Haas2015-01-23
* Prevent duplicate escape-string warnings when using pg_stat_statements.Tom Lane2015-01-22
* Tweak BRIN minmax operator classAlvaro Herrera2015-01-22
* reinit.h: Fix typo in identification commentAlvaro Herrera2015-01-22
* Add strxfrm_l to list of functions where Windows adds an underscore.Robert Haas2015-01-20
* Use abbreviated keys for faster sorting of text datums.Robert Haas2015-01-19
* Replace walsender's latch with the general shared latch.Andres Freund2015-01-17
* Advance backend's advertised xmin more aggressively.Heikki Linnakangas2015-01-17
* Rearrange explain.c's API so callers need not embed sizeof(ExplainState).Tom Lane2015-01-15
* Improve performance of EXPLAIN with large range tables.Tom Lane2015-01-15