index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
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
*
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
*
Allow forcing nullness of columns during bootstrap.
Andres Freund
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
*
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
*
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 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
*
Split array_push into separate array_append and array_prepend functions.
Tom Lane
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 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
*
Fix misuse of memcpy() in check_ip().
Tom Lane
2015-02-16
*
Restore the SSL_set_session_id_context() call to OpenSSL renegotiation.
Heikki Linnakangas
2015-02-16
*
Rationalize the APIs of array element/slice access functions.
Tom Lane
2015-02-16
*
Fix null-pointer-deref crash while doing COPY IN with check constraints.
Tom Lane
2015-02-15
*
Simplify waiting logic in reading from / writing to client.
Heikki Linnakangas
2015-02-13
*
Simplify the way OpenSSL renegotiation is initiated in server.
Heikki Linnakangas
2015-02-13
*
Fix missing PQclear() in libpqrcv_endstreaming().
Tom Lane
2015-02-11
*
Fix minor memory leak in ident_inet().
Tom Lane
2015-02-11
*
Fix GEQO to not assume its join order heuristic always works.
Tom Lane
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
*
Check DCH_MAX_ITEM_SIZ limits with <=, not <.
Noah Misch
2015-02-06
*
Assert(PqCommReadingMsg) in pq_peekbyte().
Noah Misch
2015-02-06
*
Report WAL flush, not insert, position in replication IDENTIFY_SYSTEM
Heikki Linnakangas
2015-02-06
*
Use a separate memory context for GIN scan keys.
Heikki Linnakangas
2015-02-04
*
Fix reference-after-free when waiting for another xact due to constraint.
Heikki Linnakangas
2015-02-04
*
Remove ill-conceived Assertion in ProcessClientWriteInterrupt().
Andres Freund
2015-02-03
*
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
[next]