projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2014-04-16
Alvaro Herrera
Fix object identities for text search objects
commit
|
commitdiff
|
tree
2014-04-16
Tom Lane
Fix contrib/postgres_fdw's remote-estimate representati...
commit
|
commitdiff
|
tree
2014-04-16
Bruce Momjian
docs: make max_wal_senders higher to handle disconnects
commit
|
commitdiff
|
tree
2014-04-16
Tom Lane
Update oidjoins regression test for 9.4.
commit
|
commitdiff
|
tree
2014-04-16
Andrew Dunstan
Attempt to get plpython regression tests working again...
commit
|
commitdiff
|
tree
2014-04-16
Bruce Momjian
pg_upgrade: remove redundant include files
commit
|
commitdiff
|
tree
2014-04-16
Tom Lane
Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
commit
|
commitdiff
|
tree
2014-04-16
Magnus Hagander
Fix timeout in LDAP lookup of libpq connection parameters
commit
|
commitdiff
|
tree
2014-04-16
Robert Haas
Add to_regprocedure() and to_regoperator().
commit
|
commitdiff
|
tree
2014-04-16
Robert Haas
Try to fix spurious DSM failures on Windows.
commit
|
commitdiff
|
tree
2014-04-16
Bruce Momjian
doc: fix json_extract_path_text() typo by adding jsonb
commit
|
commitdiff
|
tree
2014-04-16
Bruce Momjian
check socket creation errors against PGINVALID_SOCKET
commit
|
commitdiff
|
tree
2014-04-16
Heikki Linnakangas
Use correctly-sized buffer when zero-filling a WAL...
commit
|
commitdiff
|
tree
2014-04-15
Bruce Momjian
contrib/test_decoding: fix regression test for psql...
commit
|
commitdiff
|
tree
2014-04-15
Bruce Momjian
psql: conditionally display oids and replication identity
commit
|
commitdiff
|
tree
2014-04-15
Peter Eisentraut
vacuumdb: Add option --analyze-in-stages
commit
|
commitdiff
|
tree
2014-04-15
Peter Eisentraut
Have lcov call the right gcov
commit
|
commitdiff
|
tree
2014-04-15
Peter Eisentraut
Add @configure_input@ marker to Makefile.global.in
commit
|
commitdiff
|
tree
2014-04-15
Peter Eisentraut
Add TAP tests for client programs
commit
|
commitdiff
|
tree
2014-04-14
Peter Eisentraut
Fix whitespace
commit
|
commitdiff
|
tree
2014-04-14
Heikki Linnakangas
Set pd_lower on internal GIN posting tree pages.
commit
|
commitdiff
|
tree
2014-04-14
Robert Haas
doc: Suggesting clearing pg_replslot from a hot filesys...
commit
|
commitdiff
|
tree
2014-04-14
Robert Haas
doc: Update yet another place that didn't get the memo...
commit
|
commitdiff
|
tree
2014-04-14
Tom Lane
Fix bogus handling of bad strategy number in GIST consi...
commit
|
commitdiff
|
tree
2014-04-14
Robert Haas
Correct description of constraint_name in ALTER TABLE...
commit
|
commitdiff
|
tree
2014-04-14
Robert Haas
Update list of relation types on which ALTER TABLE...
commit
|
commitdiff
|
tree
2014-04-14
Robert Haas
Tab completion for event triggers.
commit
|
commitdiff
|
tree
2014-04-14
Heikki Linnakangas
Remove dead checks for invalid left page in ginDeletePage.
commit
|
commitdiff
|
tree
2014-04-14
Heikki Linnakangas
GIN entry pages follow the standard page layout - tell...
commit
|
commitdiff
|
tree
2014-04-13
Tom Lane
Improve some O(N^2) behavior in window function evaluation.
commit
|
commitdiff
|
tree
2014-04-13
Tom Lane
Suppress compiler warning in new contrib/pg_trgm code.
commit
|
commitdiff
|
tree
2014-04-13
Stephen Frost
Make a dedicated AlterTblSpcStmt production
commit
|
commitdiff
|
tree
2014-04-13
Stephen Frost
Add ANALYZE into regression tests
commit
|
commitdiff
|
tree
2014-04-13
Tom Lane
Provide moving-aggregate support for boolean aggregates.
commit
|
commitdiff
|
tree
2014-04-13
Stephen Frost
Make security barrier views automatically updatable
commit
|
commitdiff
|
tree
2014-04-13
Tom Lane
Provide moving-aggregate support for a bunch of numeric...
commit
|
commitdiff
|
tree
2014-04-12
Tom Lane
Create infrastructure for moving-aggregate optimization.
commit
|
commitdiff
|
tree
2014-04-10
Bruce Momjian
docs: psql '--' comments are not passed to the server
commit
|
commitdiff
|
tree
2014-04-10
Heikki Linnakangas
Fix bugs in GIN "fast scan" with partial match.
commit
|
commitdiff
|
tree
2014-04-10
Michael Meskes
The new pointer_to_struct test needs a special command...
commit
|
commitdiff
|
tree
2014-04-10
Bruce Momjian
C comment: track_activity_query_size doesn't support...
commit
|
commitdiff
|
tree
2014-04-10
Heikki Linnakangas
Fix typo in comment.
commit
|
commitdiff
|
tree
2014-04-09
Heikki Linnakangas
Fix a few more misc typos in comments.
commit
|
commitdiff
|
tree
2014-04-09
Bruce Momjian
docs: add link to pg_start_backup() from pg_basebackup...
commit
|
commitdiff
|
tree
2014-04-09
Heikki Linnakangas
Fix misc typos in comments.
commit
|
commitdiff
|
tree
2014-04-09
Robert Haas
Add missing include.
commit
|
commitdiff
|
tree
2014-04-09
Michael Meskes
Several fixes to array handling in ecpg.
commit
|
commitdiff
|
tree
2014-04-08
Robert Haas
Fix silly oversight in patch to remove dsm state file.
commit
|
commitdiff
|
tree
2014-04-08
Tom Lane
Add an in-core GiST index opclass for inet/cidr types.
commit
|
commitdiff
|
tree
2014-04-08
Robert Haas
doc: Fix typo.
commit
|
commitdiff
|
tree
2014-04-08
Robert Haas
Get rid of the dynamic shared memory state file.
commit
|
commitdiff
|
tree
2014-04-08
Robert Haas
Add new to_reg* functions for error-free OID lookups.
commit
|
commitdiff
|
tree
2014-04-08
Heikki Linnakangas
Fix hot standby bug with GiST scans.
commit
|
commitdiff
|
tree
2014-04-07
Heikki Linnakangas
Zero padding byte at end of GIN posting list.
commit
|
commitdiff
|
tree
2014-04-07
Robert Haas
Remove 'make clean' support for ipc_test.
commit
|
commitdiff
|
tree
2014-04-07
Robert Haas
Assert that strong-lock count is >0 everywhere it's...
commit
|
commitdiff
|
tree
2014-04-07
Robert Haas
Remove ipc_test.
commit
|
commitdiff
|
tree
2014-04-07
Heikki Linnakangas
Fix WAL replay bug in the new GIN incomplete-split...
commit
|
commitdiff
|
tree
2014-04-06
Simon Riggs
Extra warnings and errors for PL/pgSQL
commit
|
commitdiff
|
tree
2014-04-06
Simon Riggs
Isolation test files for ALTER TABLE patch
commit
|
commitdiff
|
tree
2014-04-06
Simon Riggs
Reduce lock levels of some ALTER TABLE cmds
commit
|
commitdiff
|
tree
2014-04-06
Tom Lane
Improve contrib/pg_trgm's heuristics for regexp index...
commit
|
commitdiff
|
tree
2014-04-05
Tom Lane
Block signals earlier during postmaster startup.
commit
|
commitdiff
|
tree
2014-04-05
Heikki Linnakangas
Fix another palloc in critical section.
commit
|
commitdiff
|
tree
2014-04-05
Tom Lane
Fix processing of PGC_BACKEND GUC parameters on Windows.
commit
|
commitdiff
|
tree
2014-04-05
Tom Lane
ecpg/ecpglib must build the src/port files it uses...
commit
|
commitdiff
|
tree
2014-04-05
Tom Lane
Fix tablespace creation WAL replay to work on Windows.
commit
|
commitdiff
|
tree
2014-04-05
Tom Lane
Allow "-C variable" and "--describe-config" even to...
commit
|
commitdiff
|
tree
2014-04-04
Tom Lane
Preserve errno across free().
commit
|
commitdiff
|
tree
2014-04-04
Tom Lane
Make sure -D is an absolute path when starting server...
commit
|
commitdiff
|
tree
2014-04-04
Tom Lane
Fix bogus time printout in walreceiver's debug log...
commit
|
commitdiff
|
tree
2014-04-04
Robert Haas
Fix some compiler warnings that clang emits with -pedantic.
commit
|
commitdiff
|
tree
2014-04-04
Heikki Linnakangas
Move multixid allocation out of critical section.
commit
|
commitdiff
|
tree
2014-04-04
Heikki Linnakangas
In checkpoint, move the check for in-progress xacts...
commit
|
commitdiff
|
tree
2014-04-04
Heikki Linnakangas
Add an Assertion that you don't palloc within a critica...
commit
|
commitdiff
|
tree
2014-04-04
Heikki Linnakangas
Avoid allocations in critical sections.
commit
|
commitdiff
|
tree
2014-04-04
Tom Lane
Fix non-equivalence of VARIADIC and non-VARIADIC functi...
commit
|
commitdiff
|
tree
2014-04-03
Tom Lane
Code review for commit d26888bc4d1e539a82f21382b0000fe5...
commit
|
commitdiff
|
tree
2014-04-03
Tom Lane
Fix documentation about joining pg_locks to other views.
commit
|
commitdiff
|
tree
2014-04-03
Tom Lane
Avoid promising that "ADD COLUMN ... DEFAULT NULL"...
commit
|
commitdiff
|
tree
2014-04-03
Heikki Linnakangas
Avoid palloc in critical section in GiST WAL-logging.
commit
|
commitdiff
|
tree
2014-04-02
Tom Lane
Fix assorted issues in client host name lookup.
commit
|
commitdiff
|
tree
2014-04-02
Tom Lane
De-anonymize the union in JsonbValue.
commit
|
commitdiff
|
tree
2014-04-02
Tom Lane
Fix bugs in manipulation of PgBackendStatus.st_clientho...
commit
|
commitdiff
|
tree
2014-04-01
Heikki Linnakangas
Fix bug in the new GIN incomplete-split code.
commit
|
commitdiff
|
tree
2014-04-01
Tom Lane
Doc: improve discussion of reverse+forward host name...
commit
|
commitdiff
|
tree
2014-04-01
Heikki Linnakangas
Remove dead check for backup block, replace with Assert.
commit
|
commitdiff
|
tree
2014-04-01
Heikki Linnakangas
Fix bug in the new B-tree incomplete-split code.
commit
|
commitdiff
|
tree
2014-04-01
Heikki Linnakangas
Move SizeOfHeapNewCid next to xl_heap_new_cid struct.
commit
|
commitdiff
|
tree
2014-04-01
Heikki Linnakangas
Fix typo in comment.
commit
|
commitdiff
|
tree
2014-03-31
Robert Haas
Mark FastPathStrongRelationLocks volatile.
commit
|
commitdiff
|
tree
2014-03-31
Robert Haas
test_decoding: Update .gitignore
commit
|
commitdiff
|
tree
2014-03-31
Robert Haas
Count buffers dirtied due to hints in pgBufferUsage...
commit
|
commitdiff
|
tree
2014-03-31
Robert Haas
Fix thinko in logical decoding code.
commit
|
commitdiff
|
tree
2014-03-31
Heikki Linnakangas
Rewrite the way GIN posting lists are packed on a page...
commit
|
commitdiff
|
tree
2014-03-31
Heikki Linnakangas
Rename GinLogicValue to GinTernaryValue.
commit
|
commitdiff
|
tree
2014-03-30
Andrew Dunstan
Use separate output dirs for test_decoding's two runs.
commit
|
commitdiff
|
tree
2014-03-29
Bruce Momjian
psql: display "Replica Identity" only for FULL and...
commit
|
commitdiff
|
tree
2014-03-29
Tom Lane
Fix dumping of a materialized view that depends on...
commit
|
commitdiff
|
tree
2014-03-29
Noah Misch
Revert "Secure Unix-domain sockets of "make check"...
commit
|
commitdiff
|
tree
next