projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2015-01-08
Noah Misch
Reject ANALYZE commands during VACUUM FULL or another...
commit
|
commitdiff
|
tree
2015-01-06
Andres Freund
Improve relcache invalidation handling of currently...
commit
|
commitdiff
|
tree
2015-01-06
Alvaro Herrera
Fix thinko in plpython error message
commit
|
commitdiff
|
tree
2015-01-06
Bruce Momjian
Update copyright for 2015
commit
|
commitdiff
|
tree
2015-01-04
Andres Freund
Correctly handle test durations of more than 2147s...
commit
|
commitdiff
|
tree
2015-01-04
Andres Freund
Add missing va_end() call to a early exit in dmetaphone...
commit
|
commitdiff
|
tree
2015-01-04
Andres Freund
Fix inconsequential fd leak in the new mark_file_as_arc...
commit
|
commitdiff
|
tree
2015-01-03
Andres Freund
Prevent WAL files created by pg_basebackup -x/X from...
commit
|
commitdiff
|
tree
2015-01-03
Magnus Hagander
Make path to pg_service.conf absolute in documentation
commit
|
commitdiff
|
tree
2014-12-31
Tom Lane
Docs: improve descriptions of ISO week-numbering date...
commit
|
commitdiff
|
tree
2014-12-31
Tom Lane
Improve consistency of parsing of psql's magic variables.
commit
|
commitdiff
|
tree
2014-12-30
Tatsuo Ishii
Fix resource leak pointed out by Coverity.
commit
|
commitdiff
|
tree
2014-12-30
Bruce Momjian
Backpatch variable renaming in formatting.c
commit
|
commitdiff
|
tree
2014-12-29
Tom Lane
Assorted minor fixes for psql metacommand docs.
commit
|
commitdiff
|
tree
2014-12-26
Noah Misch
Do not pass "-N" to initdb.
commit
|
commitdiff
|
tree
2014-12-25
Noah Misch
Have config_sspi_auth() permit IPv6 localhost connections.
commit
|
commitdiff
|
tree
2014-12-24
Tom Lane
Add CST (China Standard Time) to our lists of timezone...
commit
|
commitdiff
|
tree
2014-12-21
Tom Lane
Docs: clarify treatment of variadic functions with...
commit
|
commitdiff
|
tree
2014-12-19
Andres Freund
Prevent potentially hazardous compiler/cpu reordering...
commit
|
commitdiff
|
tree
2014-12-18
Tom Lane
Improve documentation about CASE and constant subexpres...
commit
|
commitdiff
|
tree
2014-12-18
Noah Misch
Recognize Makefile line continuations in fetchRegressOp...
commit
|
commitdiff
|
tree
2014-12-18
Andres Freund
Fix (re-)starting from a basebackup taken off a standby...
commit
|
commitdiff
|
tree
2014-12-18
Noah Misch
Lock down regression testing temporary clusters on...
commit
|
commitdiff
|
tree
2014-12-17
Tom Lane
Fix another poorly worded error message.
commit
|
commitdiff
|
tree
2014-12-17
Magnus Hagander
Update .gitignore for pg_upgrade
commit
|
commitdiff
|
tree
2014-12-16
Tom Lane
Fix off-by-one loop count in MapArrayTypeName, and...
commit
|
commitdiff
|
tree
2014-12-16
Tom Lane
Fix file descriptor leak after failure of a \setshell...
commit
|
commitdiff
|
tree
2014-12-12
Tom Lane
Fix planning of SELECT FOR UPDATE on child table with...
commit
|
commitdiff
|
tree
2014-12-12
Tom Lane
Fix corner case where SELECT FOR UPDATE could return...
commit
|
commitdiff
|
tree
2014-12-05
Heikki Linnakangas
Give a proper error message if initdb password file...
commit
|
commitdiff
|
tree
2014-12-01
Tom Lane
Guard against bad "dscale" values in numeric_recv().
commit
|
commitdiff
|
tree
2014-11-30
Tom Lane
Fix minor bugs in commit 30bf4689a96cd283af33edcdd6b721...
commit
|
commitdiff
|
tree
2014-11-27
Tom Lane
Free libxml2/libxslt resources in a safer order.
commit
|
commitdiff
|
tree
2014-11-25
Heikki Linnakangas
Allow "dbname" from connection string to be overridden...
commit
|
commitdiff
|
tree
2014-11-25
Heikki Linnakangas
Check return value of strdup() in libpq connection...
commit
|
commitdiff
|
tree
2014-11-22
Tom Lane
Fix mishandling of system columns in FDW queries.
commit
|
commitdiff
|
tree
2014-11-19
Tom Lane
Improve documentation's description of JOIN clauses.
commit
|
commitdiff
|
tree
2014-11-19
Robert Haas
Avoid file descriptor leak in pg_test_fsync.
commit
|
commitdiff
|
tree
2014-11-19
Tom Lane
Don't require bleeding-edge timezone data in timestampt...
commit
|
commitdiff
|
tree
2014-11-17
Tom Lane
Update time zone data files to tzdata release 2014j.
commit
|
commitdiff
|
tree
2014-11-15
Andres Freund
Sync unlogged relations to disk after they have been...
commit
|
commitdiff
|
tree
2014-11-15
Andres Freund
Ensure unlogged tables are reset even if crash recovery...
commit
|
commitdiff
|
tree
2014-11-15
Andres Freund
Backport "Expose fsync_fname as a public API".
commit
|
commitdiff
|
tree
2014-11-13
Tom Lane
Fix pg_dumpall to restore its ability to dump from...
commit
|
commitdiff
|
tree
2014-11-13
Heikki Linnakangas
Fix race condition between hot standby and restoring...
commit
|
commitdiff
|
tree
2014-11-12
Tom Lane
Explicitly support the case that a plancache's raw_pars...
commit
|
commitdiff
|
tree
2014-11-11
Tom Lane
Loop when necessary in contrib/pgcrypto's pktreader_pull().
commit
|
commitdiff
|
tree
2014-11-11
Tom Lane
Fix dependency searching for case where column is visit...
commit
|
commitdiff
|
tree
2014-11-10
Tom Lane
Ensure that whole-row Vars produce nonempty column...
commit
|
commitdiff
|
tree
2014-11-07
Tom Lane
Cope with more than 64K phrases in a thesaurus dictionary.
commit
|
commitdiff
|
tree
2014-11-06
Fujii Masao
Prevent the unnecessary creation of .ready file for...
commit
|
commitdiff
|
tree
2014-11-05
Tom Lane
Fix volatility markings of some contrib I/O functions.
commit
|
commitdiff
|
tree
2014-11-04
Tom Lane
Drop no-longer-needed buffers during ALTER DATABASE...
commit
|
commitdiff
|
tree
2014-11-03
Tom Lane
Docs: fix incorrect spelling of contrib/pgcrypto option.
commit
|
commitdiff
|
tree
2014-11-03
Noah Misch
Fix win32setlocale.c const-related warnings.
commit
|
commitdiff
|
tree
2014-11-01
Peter Eisentraut
PL/Python: Fix example
commit
|
commitdiff
|
tree
2014-10-30
Tom Lane
Test IsInTransactionChain, not IsTransactionBlock,...
commit
|
commitdiff
|
tree
2014-10-29
Tom Lane
Avoid corrupting tables when ANALYZE inside a transacti...
commit
|
commitdiff
|
tree
2014-10-29
Heikki Linnakangas
Reset error message at PQreset()
commit
|
commitdiff
|
tree
2014-10-27
Heikki Linnakangas
Fix two bugs in tsquery @> operator.
commit
|
commitdiff
|
tree
2014-10-26
Tom Lane
Improve planning of btree index scans using ScalarArray...
commit
|
commitdiff
|
tree
2014-10-24
Heikki Linnakangas
Work around Windows locale name with non-ASCII character.
commit
|
commitdiff
|
tree
2014-10-24
Heikki Linnakangas
Make the locale comparison in pg_upgrade more lenient
commit
|
commitdiff
|
tree
2014-10-23
Tom Lane
Improve ispell dictionary's defenses against bad affix...
commit
|
commitdiff
|
tree
2014-10-23
Fujii Masao
Prevent the already-archived WAL file from being archiv...
commit
|
commitdiff
|
tree
2014-10-22
Tom Lane
Ensure libpq reports a suitable error message on unexpe...
commit
|
commitdiff
|
tree
2014-10-20
Andres Freund
Flush unlogged table's buffers when copying or moving...
commit
|
commitdiff
|
tree
2014-10-18
Tom Lane
Declare mkdtemp() only if we're providing it.
commit
|
commitdiff
|
tree
2014-10-18
Tom Lane
Avoid core dump in _outPathInfo() for Path without...
commit
|
commitdiff
|
tree
2014-10-17
Tom Lane
Fix core dump in pg_dump --binary-upgrade on zero-colum...
commit
|
commitdiff
|
tree
2014-10-16
Tom Lane
Support timezone abbreviations that sometimes change.
commit
|
commitdiff
|
tree
2014-10-13
Noah Misch
Suppress dead, unportable src/port/crypt.c code.
commit
|
commitdiff
|
tree
2014-10-09
Fujii Masao
Fix broken example in PL/pgSQL document.
commit
|
commitdiff
|
tree
2014-10-07
Tom Lane
Fix array overrun in ecpg's version of ParseDateTime().
commit
|
commitdiff
|
tree
2014-10-05
Heikki Linnakangas
Cannot rely on %z printf length modifier.
commit
|
commitdiff
|
tree
2014-10-04
Tom Lane
Update time zone data files to tzdata release 2014h.
commit
|
commitdiff
|
tree
2014-10-03
Tom Lane
Update time zone abbreviations lists.
commit
|
commitdiff
|
tree
2014-10-03
Alvaro Herrera
Don't balance vacuum cost delay when per-table settings...
commit
|
commitdiff
|
tree
2014-10-03
Heikki Linnakangas
Check for GiST index tuples that don't fit on a page.
commit
|
commitdiff
|
tree
2014-10-02
Heikki Linnakangas
Fix typo in error message.
commit
|
commitdiff
|
tree
2014-10-01
Tom Lane
Fix some more problems with nested append relations.
commit
|
commitdiff
|
tree
2014-09-26
Robert Haas
Fix identify_locking_dependencies for schema-only dumps.
commit
|
commitdiff
|
tree
2014-09-25
Andres Freund
Fix VPATH builds of the replication parser from git...
commit
|
commitdiff
|
tree
2014-09-24
Tom Lane
Fix incorrect search for "x?" style matches in creviter...
commit
|
commitdiff
|
tree
2014-09-19
Tom Lane
Fix failure of contrib/auto_explain to print per-node...
commit
|
commitdiff
|
tree
2014-09-19
Andres Freund
Mark x86's memory barrier inline assembly as clobbering...
commit
|
commitdiff
|
tree
2014-09-14
Peter Eisentraut
doc: Fix documentation of local_preload_libraries
commit
|
commitdiff
|
tree
2014-09-12
Stephen Frost
Handle border = 3 in expanded mode
commit
|
commitdiff
|
tree
2014-09-12
Tom Lane
Fix power_var_int() for large integer exponents.
commit
|
commitdiff
|
tree
2014-09-09
Andres Freund
Fix typo in solaris spinlock fix.
commit
|
commitdiff
|
tree
2014-09-09
Andres Freund
Fix spinlock implementation for some !solaris sparc...
commit
|
commitdiff
|
tree
2014-09-08
Tom Lane
Fix psql \s to work with recent libedit, and add pager...
commit
|
commitdiff
|
tree
2014-09-08
Tom Lane
Documentation fix: sum(float4) returns float4, not...
commit
|
commitdiff
|
tree
2014-09-04
Fujii Masao
Fix segmentation fault that an empty prepared statement...
commit
|
commitdiff
|
tree
2014-08-30
Kevin Grittner
doc: Various typo/grammar fixes
commit
|
commitdiff
|
tree
2014-08-28
Tom Lane
Fix citext upgrade script for disallowance of oidvector...
commit
|
commitdiff
|
tree
2014-08-25
Andres Freund
Fix typos in some error messages thrown by extension...
commit
|
commitdiff
|
tree
2014-08-25
Fujii Masao
Backpatch: Fix typo in update scripts for some contrib...
commit
|
commitdiff
|
tree
2014-08-19
Noah Misch
Install libpq DLL with $(INSTALL_SHLIB).
commit
|
commitdiff
|
tree
2014-08-18
Tom Lane
Fix obsolete mention of non-int64 support in CREATE...
commit
|
commitdiff
|
tree
next