index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Age
Commit message (
Expand
)
Author
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-17
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-16
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-13
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-12
Fix missing PQclear() in libpqrcv_endstreaming().
Tom Lane
2015-02-12
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-09
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-07
Check DCH_MAX_ITEM_SIZ limits with <=, not <.
Noah Misch
2015-02-07
Assert(PqCommReadingMsg) in pq_peekbyte().
Noah Misch
2015-02-06
Report WAL flush, not insert, position in replication IDENTIFY_SYSTEM
Heikki Linnakangas
2015-02-04
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-03
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
Don't allow immediate interrupts during authentication anymore.
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
Use a nonblocking socket for FE/BE communication and block using latches.
Andres Freund
2015-02-03
Fix breakage in GEODEBUG debug code.
Tom Lane
2015-02-03
Refactor page compactifying code.
Heikki Linnakangas
2015-02-03
Fix typo in comment.
Heikki Linnakangas
2015-02-02
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
to_char(): prevent writing beyond the allocated buffer
Bruce Momjian
2015-02-02
to_char(): prevent accesses beyond the allocated buffer
Bruce Momjian
2015-02-02
Translation updates
Peter Eisentraut
2015-01-30
Fix jsonb Unicode escape processing, and in consequence disallow \u0000.
Tom Lane
2015-01-30
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
Fix BuildIndexValueDescription for expressions
Stephen Frost
2015-01-29
Properly terminate the array returned by GetLockConflicts().
Andres Freund
2015-01-29
Align buffer descriptors to cache line boundaries.
Andres Freund
2015-01-29
Fix #ifdefed'ed out code to compile again.
Andres Freund
[next]