aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* 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
* 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
* Allow forcing nullness of columns during bootstrap.Andres Freund2015-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
* 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
* 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 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
* Split array_push into separate array_append and array_prepend functions.Tom Lane2015-02-18
* Fix opclass/opfamily identity stringsAlvaro Herrera2015-02-18
* Fix object identities for pg_conversion objectsAlvaro Herrera2015-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
* Fix misuse of memcpy() in check_ip().Tom Lane2015-02-16
* Restore the SSL_set_session_id_context() call to OpenSSL renegotiation.Heikki Linnakangas2015-02-16
* Rationalize the APIs of array element/slice access functions.Tom Lane2015-02-16
* Fix null-pointer-deref crash while doing COPY IN with check constraints.Tom Lane2015-02-15
* Simplify waiting logic in reading from / writing to client.Heikki Linnakangas2015-02-13
* Simplify the way OpenSSL renegotiation is initiated in server.Heikki Linnakangas2015-02-13
* Fix missing PQclear() in libpqrcv_endstreaming().Tom Lane2015-02-11
* Fix minor memory leak in ident_inet().Tom Lane2015-02-11
* Fix GEQO to not assume its join order heuristic always works.Tom Lane2015-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
* Check DCH_MAX_ITEM_SIZ limits with <=, not <.Noah Misch2015-02-06
* Assert(PqCommReadingMsg) in pq_peekbyte().Noah Misch2015-02-06
* Report WAL flush, not insert, position in replication IDENTIFY_SYSTEMHeikki Linnakangas2015-02-06
* Use a separate memory context for GIN scan keys.Heikki Linnakangas2015-02-04
* Fix reference-after-free when waiting for another xact due to constraint.Heikki Linnakangas2015-02-04
* Remove ill-conceived Assertion in ProcessClientWriteInterrupt().Andres Freund2015-02-03
* 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