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