index
:
users/andresfreund/postgres.git
REL9_2_STABLE-rwlock-contention
aio
bdr
bdr-next
bgwriter-rewrite
cabal-rebasing
checkpoint-flush
clone-fd-checkpointer
commit_ts
executor-rewrite
faster-expr-2
faster-hashtable
feature/hs-cancel-subtxn
feature/hs-cleanup
feature/hs-idle-query-cancellation
feature/idle-query-cancellation
header
hs-query-cancel
insert_conflict_4
insert_on_conflict
int/fastbloat
int/grouping_sets
int/grouping_sets_2
jit
jit-01
jsonb_and_hstore
latch
llvm-12
master
move-contrib-bins-to-bin
no-work-in-signal-handlers
oidnix
pgxact-split
pluggable-storage
pluggable-zheap
pluggable_compression
replication-identifiers
rwlock-contention
rwlock-contention-clean
sane-catalog
seqam-0.2
simple_statement_perf
speedup/frontend_protocol
speedup/slab2
speedup/slab2-experimental
tmp
tmp-insert-sgml-doc-fix
tmp-multixact-truncate
tmp2
xlogreader
Andres' PG stuff
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
Age
Commit message (
Expand
)
Author
2015-01-13
Commonalize process startup code.
Andres Freund
2015-01-12
Use correct text domain for errcontext() appearing within ereport().
Tom Lane
2015-01-07
Fix namespace handling in xpath function
Peter Eisentraut
2015-01-06
Correctly handle relcache invalidation corner case during logical decoding.
Andres Freund
2015-01-06
Improve relcache invalidation handling of currently invisible relations.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2015-01-05
Fix typo in comment.
Fujii Masao
2014-12-30
Add pg_identify_object_as_address
Alvaro Herrera
2014-12-25
Temporarily revert "Move pg_lzcompress.c to src/common."
Tom Lane
2014-12-25
Add capability to suppress CONTEXT: messages to elog machinery.
Andres Freund
2014-12-25
Move pg_lzcompress.c to src/common.
Fujii Masao
2014-12-23
Revert "Use a bitmask to represent role attributes"
Alvaro Herrera
2014-12-23
Use a bitmask to represent role attributes
Alvaro Herrera
2014-12-23
Change local_preload_libraries to PGC_USERSET
Peter Eisentraut
2014-12-22
Move rbtree.c from src/backend/utils/misc to src/backend/lib.
Heikki Linnakangas
2014-12-18
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
Ensure variables live across calls in generate_series(numeric, numeric).
Fujii Masao
2014-12-16
Fix some jsonb issues found by Coverity in recent commits.
Andrew Dunstan
2014-12-15
Fix point <-> polygon code for zero-distance case.
Tom Lane
2014-12-15
Add point <-> polygon distance operator.
Heikki Linnakangas
2014-12-13
Repair corner-case bug in array version of percentile_cont().
Tom Lane
2014-12-12
Add several generator functions for jsonb that exist for json.
Andrew Dunstan
2014-12-12
Add json_strip_nulls and jsonb_strip_nulls functions.
Andrew Dunstan
2014-12-11
Fix minor thinko in convertToJsonb().
Tom Lane
2014-12-07
Event Trigger for table_rewrite
Simon Riggs
2014-12-05
Print wal_log_hints in the rm_desc routing of a parameter-change record.
Heikki Linnakangas
2014-12-03
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-02
Improve error messages for malformed array input strings.
Tom Lane
2014-12-02
Fix JSON aggregates to work properly when final function is re-executed.
Tom Lane
2014-12-01
Guard against bad "dscale" values in numeric_recv().
Tom Lane
2014-12-01
Fix hstore_to_json_loose's detection of valid JSON number values.
Andrew Dunstan
2014-11-28
Improve typcache: cache negative lookup results, add invalidation logic.
Tom Lane
2014-11-27
Rename pg_rowsecurity -> pg_policy and other fixes
Stephen Frost
2014-11-26
Attempt to suppress uninitialized variable warning.
Robert Haas
2014-11-25
Fix uninitialized-variable warning.
Tom Lane
2014-11-25
Support arrays as input to array_agg() and ARRAY(SELECT ...).
Tom Lane
2014-11-24
Add infrastructure to save and restore GUC values.
Robert Haas
2014-11-21
Rearrange CustomScan API.
Tom Lane
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-17
Fix relpersistence setting in reindex_index
Alvaro Herrera
2014-11-15
Get rid of SET LOGGED indexes persistence kludge
Alvaro Herrera
2014-11-14
Clean up includes from RLS patch
Stephen Frost
2014-11-13
Move the guts of our Levenshtein implementation into core.
Robert Haas
2014-11-13
Rename pending_list_cleanup_size to gin_pending_list_limit.
Fujii Masao
2014-11-12
Explicitly support the case that a plancache's raw_parse_tree is NULL.
Tom Lane
2014-11-12
Message improvements
Peter Eisentraut
2014-11-11
Remove incorrect comment.
Robert Haas
2014-11-11
Add generate_series(numeric, numeric).
Fujii Masao
2014-11-11
Add GUC and storage parameter to set the maximum size of GIN pending list.
Fujii Masao
2014-11-07
Introduce custom path and scan providers.
Robert Haas
[next]