index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Renumber GUC_* constants.
Heikki Linnakangas
2015-02-23
*
Refactor unit conversions code in guc.c.
Heikki Linnakangas
2015-02-23
*
Guard against spurious signals in LockBufferForCleanup.
Andres Freund
2015-02-23
*
Add GUC to control the time to wait before retrieving WAL after failed attempt.
Fujii Masao
2015-02-23
*
Fix potential deadlock with libpq non-blocking mode.
Heikki Linnakangas
2015-02-23
*
Add parse location fields to NullTest and BooleanTest structs.
Tom Lane
2015-02-22
*
Get rid of multiple applications of transformExpr() to the same tree.
Tom Lane
2015-02-22
*
Represent BETWEEN as a special node type in raw parse trees.
Tom Lane
2015-02-22
*
Rename variable in AllocSetContextCreate to be consistent.
Jeff Davis
2015-02-21
*
In array_agg(), don't create a new context for every group.
Jeff Davis
2015-02-21
*
Try to fix busted gettimeofday() code.
Tom Lane
2015-02-21
*
Use FLEXIBLE_ARRAY_MEMBER in Windows-specific code.
Tom Lane
2015-02-21
*
Force some system catalog table columns to be marked NOT NULL.
Andres Freund
2015-02-21
*
Allow forcing nullness of columns during bootstrap.
Andres Freund
2015-02-21
*
Don't need to explain [1] kluge anymore in xfunc.sgml.
Tom Lane
2015-02-21
*
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-02-21
*
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-02-21
*
Minor code beautification in conninfo_uri_parse_params().
Tom Lane
2015-02-21
*
Fix misparsing of empty value in conninfo_uri_parse_params().
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 some more places.
Tom Lane
2015-02-20
*
Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData.
Tom Lane
2015-02-20
*
Use FLEXIBLE_ARRAY_MEMBER in struct varlena.
Tom Lane
2015-02-20
*
Remove unnecessary and unreliable test
Alvaro Herrera
2015-02-20
*
Update PGSTAT_FILE_FORMAT_ID
Alvaro Herrera
2015-02-20
*
Have TRUNCATE update pgstat tuple counters
Alvaro Herrera
2015-02-20
*
Some more FLEXIBLE_ARRAY_MEMBER hacking.
Tom Lane
2015-02-20
*
Remove unused variable.
Tom Lane
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
*
Update assorted TOAST-related documentation.
Tom Lane
2015-02-18
*
Split array_push into separate array_append and array_prepend functions.
Tom Lane
2015-02-18
*
Fix Perl coding error in msvc build system
Peter Eisentraut
2015-02-18
*
Fix opclass/opfamily identity strings
Alvaro Herrera
2015-02-18
*
Fix object identities for pg_conversion objects
Alvaro Herrera
2015-02-18
*
Fix placement of "SET row_security" command issuance in pg_dump.
Tom Lane
2015-02-18
*
Fix failure to honor -Z compression level option in pg_dump -Fd.
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
*
Fix knn-GiST queue comparison function to return heap tuples first.
Heikki Linnakangas
2015-02-17
*
Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.
Tom Lane
2015-02-17
*
Improve pg_check_dir code and comments.
Robert Haas
2015-02-17
*
Eliminate unnecessary NULL checks in picksplit method of intarray.
Kevin Grittner
2015-02-16
*
Fix misuse of memcpy() in check_ip().
Tom Lane
2015-02-16
*
Fix comment in libpq OpenSSL code about why a substitue BIO is used.
Heikki Linnakangas
2015-02-16
*
Restore the SSL_set_session_id_context() call to OpenSSL renegotiation.
Heikki Linnakangas
2015-02-16
[next]