projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2015-09-03
Fujii Masao
Document that max_worker_processes must be high enough...
commit
|
commitdiff
|
tree
2015-08-31
Bruce Momjian
psql: print longtable as a possible \pset option
commit
|
commitdiff
|
tree
2015-08-30
Joe Conway
Fix sepgsql regression tests.
commit
|
commitdiff
|
tree
2015-08-29
Tom Lane
Use "mb" not the nonexistent "rmb" for pg_read_barrier...
commit
|
commitdiff
|
tree
2015-08-29
Tom Lane
Fix s_lock.h PPC assembly code to be compatible with...
commit
|
commitdiff
|
tree
2015-08-27
Bruce Momjian
dblink docs: fix typo to use "connname" (3 n's), not...
commit
|
commitdiff
|
tree
2015-08-25
Tom Lane
Docs: be explicit about datatype matching for lead...
commit
|
commitdiff
|
tree
2015-08-22
Tom Lane
Avoid O(N^2) behavior when enlarging SPI tuple table...
commit
|
commitdiff
|
tree
2015-08-21
Tom Lane
Fix plpython crash when returning string representation...
commit
|
commitdiff
|
tree
2015-08-21
Tom Lane
Allow record_in() and record_recv() to work for transie...
commit
|
commitdiff
|
tree
2015-08-18
Tom Lane
Fix a few bogus statement type names in plpgsql error...
commit
|
commitdiff
|
tree
2015-08-15
Tom Lane
Add docs about postgres_fdw's setting of search_path...
commit
|
commitdiff
|
tree
2015-08-15
Tom Lane
Improve documentation about MVCC-unsafe utility commands.
commit
|
commitdiff
|
tree
2015-08-15
Andres Freund
Don't use 'bool' as a struct member name in help_config.c.
commit
|
commitdiff
|
tree
2015-08-15
Andres Freund
Use the correct type for TableInfo->relreplident.
commit
|
commitdiff
|
tree
2015-08-15
Noah Misch
Encoding PG_UHC is code page 949.
commit
|
commitdiff
|
tree
2015-08-15
Noah Misch
Restore old pgwin32_message_to_UTF16() behavior outside...
commit
|
commitdiff
|
tree
2015-08-13
Tom Lane
Improve regression test case to avoid depending on...
commit
|
commitdiff
|
tree
2015-08-13
Michael Meskes
Fix declaration of isarray variable.
commit
|
commitdiff
|
tree
2015-08-13
Tom Lane
Undo mistaken tightening in join_is_legal().
commit
|
commitdiff
|
tree
2015-08-12
Michael Meskes
This routine was calling ecpg_alloc to allocate to...
commit
|
commitdiff
|
tree
2015-08-12
Tom Lane
Fix some possible low-memory failures in regexp compila...
commit
|
commitdiff
|
tree
2015-08-11
Andres Freund
Minor cleanups in slot related code.
commit
|
commitdiff
|
tree
2015-08-11
Tom Lane
Fix privilege dumping from servers too old to have...
commit
|
commitdiff
|
tree
2015-08-10
Tom Lane
Accept alternate spellings of __sparcv7 and __sparcv8.
commit
|
commitdiff
|
tree
2015-08-10
Tom Lane
Further mucking with PlaceHolderVar-related restriction...
commit
|
commitdiff
|
tree
2015-08-10
Andres Freund
Fix copy & paste mistake in pg_get_replication_slots().
commit
|
commitdiff
|
tree
2015-08-09
Magnus Hagander
Fix typo in LDAP example
commit
|
commitdiff
|
tree
2015-08-07
Tom Lane
Further adjustments to PlaceHolderVar removal.
commit
|
commitdiff
|
tree
2015-08-07
Robert Haas
Fix attach-related race condition in shm_mq_send_bytes.
commit
|
commitdiff
|
tree
2015-08-07
Tom Lane
Fix old oversight in join removal logic.
commit
|
commitdiff
|
tree
2015-08-07
Tom Lane
Fix eclass_useful_for_merging to give valid results...
commit
|
commitdiff
|
tree
2015-08-06
Tom Lane
Further fixes for degenerate outer join clauses.
commit
|
commitdiff
|
tree
2015-08-06
Robert Haas
Fix incorrect calculation in shm_mq_receive.
commit
|
commitdiff
|
tree
2015-08-06
Kevin Grittner
Fix `make installcheck` for serializable transactions.
commit
|
commitdiff
|
tree
2015-08-05
Tom Lane
Make real sure we don't reassociate joins into or out...
commit
|
commitdiff
|
tree
2015-08-05
Tom Lane
Docs: add an explicit example about controlling overall...
commit
|
commitdiff
|
tree
2015-08-04
Tom Lane
Fix pg_dump to dump shell types.
commit
|
commitdiff
|
tree
2015-08-04
Tom Lane
Fix bogus "out of memory" reports in tuplestore.c.
commit
|
commitdiff
|
tree
2015-08-04
Tom Lane
Fix a PlaceHolderVar-related oversight in star-schema...
commit
|
commitdiff
|
tree
2015-08-04
Robert Haas
Cap wal_buffers to avoid a server crash when it's set...
commit
|
commitdiff
|
tree
2015-08-03
Tom Lane
contrib/isn now needs a .gitignore file.
commit
|
commitdiff
|
tree
2015-08-02
Heikki Linnakangas
Fix output of ISBN-13 numbers beginning with 979.
commit
|
commitdiff
|
tree
2015-08-02
Tom Lane
Fix incorrect order of lock file removal and failure...
commit
|
commitdiff
|
tree
2015-08-02
Heikki Linnakangas
Fix race condition that lead to WALInsertLock deadlock...
commit
|
commitdiff
|
tree
2015-08-02
Tom Lane
Fix some planner issues with degenerate outer join...
commit
|
commitdiff
|
tree
2015-07-31
Tom Lane
Fix an oversight in checking whether a join with LATERA...
commit
|
commitdiff
|
tree
2015-07-31
Noah Misch
Consolidate makefile code for setting top_srcdir, srcdi...
commit
|
commitdiff
|
tree
2015-07-30
Tom Lane
Avoid some zero-divide hazards in the planner.
commit
|
commitdiff
|
tree
2015-07-30
Noah Misch
Blacklist xlc 32-bit inlining.
commit
|
commitdiff
|
tree
2015-07-28
Tom Lane
Update our documentation concerning where to create...
commit
|
commitdiff
|
tree
2015-07-28
Tom Lane
Reduce chatter from signaling of autovacuum workers.
commit
|
commitdiff
|
tree
2015-07-28
Andres Freund
Disable ssl renegotiation by default.
commit
|
commitdiff
|
tree
2015-07-28
Andrew Dunstan
Make tap tests store postmaster logs and handle vpaths...
commit
|
commitdiff
|
tree
2015-07-28
Tom Lane
Remove an unsafe Assert, and explain join_clause_is_mov...
commit
|
commitdiff
|
tree
2015-07-28
Andrew Dunstan
Improve logging of TAP tests.
commit
|
commitdiff
|
tree
2015-07-27
Heikki Linnakangas
Don't assume that PageIsEmpty() returns true on an...
commit
|
commitdiff
|
tree
2015-07-27
Heikki Linnakangas
Reuse all-zero pages in GIN.
commit
|
commitdiff
|
tree
2015-07-27
Heikki Linnakangas
Fix handling of all-zero pages in SP-GiST vacuum.
commit
|
commitdiff
|
tree
2015-07-26
Tom Lane
Make entirely-dummy appendrels get marked as such in...
commit
|
commitdiff
|
tree
2015-07-25
Andrew Dunstan
Restore use of zlib default compression in pg_dump...
commit
|
commitdiff
|
tree
2015-07-22
Heikki Linnakangas
Fix off-by-one error in calculating subtrans/multixact...
commit
|
commitdiff
|
tree
2015-07-22
Tom Lane
Fix add_rte_to_flat_rtable() for recent feature additions.
commit
|
commitdiff
|
tree
2015-07-20
Alvaro Herrera
Fix (some of) pltcl memory usage
commit
|
commitdiff
|
tree
2015-07-18
Tom Lane
Make WaitLatchOrSocket's timeout detection more robust.
commit
|
commitdiff
|
tree
2015-07-17
Noah Misch
AIX: Test the -qlonglong option before use.
commit
|
commitdiff
|
tree
2015-07-17
Tom Lane
Fix a low-probability crash in our qsort implementation.
commit
|
commitdiff
|
tree
2015-07-16
Magnus Hagander
Fix spelling error
commit
|
commitdiff
|
tree
2015-07-16
Noah Misch
AIX: Link the postgres executable with -Wl,-brtllib.
commit
|
commitdiff
|
tree
2015-07-12
Tom Lane
Fix assorted memory leaks.
commit
|
commitdiff
|
tree
2015-07-09
Tom Lane
Improve documentation about array concat operator vs...
commit
|
commitdiff
|
tree
2015-07-09
Tom Lane
Fix postmaster's handling of a startup-process crash.
commit
|
commitdiff
|
tree
2015-07-09
Heikki Linnakangas
Fix another broken link in documentation.
commit
|
commitdiff
|
tree
2015-07-09
Noah Misch
Replace use of "diff -q".
commit
|
commitdiff
|
tree
2015-07-09
Noah Misch
Fix null pointer dereference in "\c" psql command.
commit
|
commitdiff
|
tree
2015-07-07
Tom Lane
Fix portability issue in pg_upgrade test script: avoid...
commit
|
commitdiff
|
tree
2015-07-07
Heikki Linnakangas
Improve handling of out-of-memory in libpq.
commit
|
commitdiff
|
tree
2015-07-07
Heikki Linnakangas
Turn install.bat into a pure one line wrapper fort...
commit
|
commitdiff
|
tree
2015-07-07
Andres Freund
Fix logical decoding bug leading to inefficient reopeni...
commit
|
commitdiff
|
tree
2015-07-07
Andres Freund
Fix pg_recvlogical not to fsync output when it's a...
commit
|
commitdiff
|
tree
2015-07-06
Fujii Masao
Remove incorrect warning from pg_archivecleanup document.
commit
|
commitdiff
|
tree
2015-07-05
Tom Lane
Fix some typos in regression test comments.
commit
|
commitdiff
|
tree
2015-07-05
Tom Lane
Make numeric form of PG version number readily availabl...
commit
|
commitdiff
|
tree
2015-07-03
Peter Eisentraut
PL/Perl: Add alternative expected file for Perl 5.22
commit
|
commitdiff
|
tree
2015-07-03
Heikki Linnakangas
Fix pgbench progress report behaviour when pgbench...
commit
|
commitdiff
|
tree
2015-07-02
Heikki Linnakangas
Don't emit a spurious space at end of line in pg_dump...
commit
|
commitdiff
|
tree
2015-06-30
Tom Lane
Fix broken link in documentation.
commit
|
commitdiff
|
tree
2015-06-30
Alvaro Herrera
Test -lrt for sched_yield
commit
|
commitdiff
|
tree
2015-06-30
Heikki Linnakangas
Don't call PageGetSpecialPointer() on page until it...
commit
|
commitdiff
|
tree
2015-06-28
Tom Lane
Back-patch some minor bug fixes in GUC code.
commit
|
commitdiff
|
tree
2015-06-28
Kevin Grittner
Fix comment for GetCurrentIntegerTimestamp().
commit
|
commitdiff
|
tree
2015-06-28
Tatsuo Ishii
Fix function declaration style to respect the coding...
commit
|
commitdiff
|
tree
2015-06-27
Andres Freund
Fix test_decoding's handling of nonexistant columns...
commit
|
commitdiff
|
tree
2015-06-27
Kevin Grittner
Add opaque declaration of HTAB to tqual.h.
commit
|
commitdiff
|
tree
2015-06-27
Simon Riggs
Revoke incorrectly applied patch version
commit
|
commitdiff
|
tree
2015-06-26
Simon Riggs
Avoid hot standby cancels from VAC FREEZE
commit
|
commitdiff
|
tree
2015-06-26
Heikki Linnakangas
Fix a couple of bugs with wal_log_hints.
commit
|
commitdiff
|
tree
2015-06-25
Robert Haas
Allow background workers to connect to no particular...
commit
|
commitdiff
|
tree
2015-06-25
Tom Lane
Fix the logic for putting relations into the relcache...
commit
|
commitdiff
|
tree
2015-06-25
Tom Lane
Docs: fix claim that to_char('FM') removes trailing...
commit
|
commitdiff
|
tree
next