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