2015-01-21 |
Tom Lane | Improve documentation of random() function. |
commit | commitdiff | tree | snapshot |
2015-01-20 |
Tom Lane | In pg_regress, remove the temporary installation upon... |
commit | commitdiff | tree | snapshot |
2015-01-20 |
Tom Lane | Adjust "pgstat wait timeout" message to be a translatab... |
commit | commitdiff | tree | snapshot |
2015-01-18 |
Peter Eisentraut | Fix namespace handling in xpath function |
commit | commitdiff | tree | snapshot |
2015-01-16 |
Noah Misch | Update "pg_regress --no-locale" for Darwin and Windows. |
commit | commitdiff | tree | snapshot |
2015-01-15 |
Tom Lane | Fix use-of-already-freed-memory problem in EvalPlanQual... |
commit | commitdiff | tree | snapshot |
2015-01-15 |
Robert Haas | pg_standby: Avoid writing one byte beyond the end of... |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Tom Lane | Avoid unexpected slowdown in vacuum regression test. |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Noah Misch | On Darwin, detect and report a multithreaded postmaster. |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Noah Misch | Always set the six locale category environment variable... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Noah Misch | Reject ANALYZE commands during VACUUM FULL or another... |
commit | commitdiff | tree | snapshot |
2015-01-06 |
Andres Freund | Improve relcache invalidation handling of currently... |
commit | commitdiff | tree | snapshot |
2015-01-06 |
Alvaro Herrera | Fix thinko in plpython error message |
commit | commitdiff | tree | snapshot |
2015-01-06 |
Bruce Momjian | Update copyright for 2015 |
commit | commitdiff | tree | snapshot |
2015-01-04 |
Andres Freund | Add missing va_end() call to a early exit in dmetaphone... |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Magnus Hagander | Make path to pg_service.conf absolute in documentation |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Tom Lane | Docs: improve descriptions of ISO week-numbering date... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Tom Lane | Improve consistency of parsing of psql's magic variables. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Tatsuo Ishii | Fix resource leak pointed out by Coverity. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Bruce Momjian | Backpatch variable renaming in formatting.c |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Tom Lane | Assorted minor fixes for psql metacommand docs. |
commit | commitdiff | tree | snapshot |
2014-12-25 |
Noah Misch | Have config_sspi_auth() permit IPv6 localhost connections. |
commit | commitdiff | tree | snapshot |
2014-12-24 |
Tom Lane | Add CST (China Standard Time) to our lists of timezone... |
commit | commitdiff | tree | snapshot |
2014-12-21 |
Tom Lane | Docs: clarify treatment of variadic functions with... |
commit | commitdiff | tree | snapshot |
2014-12-19 |
Andres Freund | Prevent potentially hazardous compiler/cpu reordering... |
commit | commitdiff | tree | snapshot |
2014-12-18 |
Tom Lane | Improve documentation about CASE and constant subexpres... |
commit | commitdiff | tree | snapshot |
2014-12-18 |
Noah Misch | Recognize Makefile line continuations in fetchRegressOp... |
commit | commitdiff | tree | snapshot |
2014-12-18 |
Noah Misch | Lock down regression testing temporary clusters on... |
commit | commitdiff | tree | snapshot |
2014-12-16 |
Tom Lane | Fix off-by-one loop count in MapArrayTypeName, and... |
commit | commitdiff | tree | snapshot |
2014-12-16 |
Tom Lane | Fix file descriptor leak after failure of a \setshell... |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Tom Lane | Fix planning of SELECT FOR UPDATE on child table with... |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Tom Lane | Fix corner case where SELECT FOR UPDATE could return... |
commit | commitdiff | tree | snapshot |
2014-12-05 |
Heikki Linnakangas | Give a proper error message if initdb password file... |
commit | commitdiff | tree | snapshot |
2014-12-01 |
Tom Lane | Guard against bad "dscale" values in numeric_recv(). |
commit | commitdiff | tree | snapshot |
2014-11-30 |
Tom Lane | Fix minor bugs in commit 30bf4689a96cd283af33edcdd6b721... |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Tom Lane | Free libxml2/libxslt resources in a safer order. |
commit | commitdiff | tree | snapshot |
2014-11-25 |
Heikki Linnakangas | Allow "dbname" from connection string to be overridden... |
commit | commitdiff | tree | snapshot |
2014-11-25 |
Heikki Linnakangas | Check return value of strdup() in libpq connection... |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Tom Lane | Improve documentation's description of JOIN clauses. |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Tom Lane | Don't require bleeding-edge timezone data in timestampt... |
commit | commitdiff | tree | snapshot |
2014-11-17 |
Tom Lane | Update time zone data files to tzdata release 2014j. |
commit | commitdiff | tree | snapshot |
2014-11-13 |
Heikki Linnakangas | Fix race condition between hot standby and restoring... |
commit | commitdiff | tree | snapshot |
2014-11-11 |
Tom Lane | Loop when necessary in contrib/pgcrypto's pktreader_pull(). |
commit | commitdiff | tree | snapshot |
2014-11-07 |
Tom Lane | Cope with more than 64K phrases in a thesaurus dictionary. |
commit | commitdiff | tree | snapshot |
2014-11-06 |
Fujii Masao | Prevent the unnecessary creation of .ready file for... |
commit | commitdiff | tree | snapshot |
2014-11-04 |
Tom Lane | Drop no-longer-needed buffers during ALTER DATABASE... |
commit | commitdiff | tree | snapshot |
2014-11-03 |
Tom Lane | Docs: fix incorrect spelling of contrib/pgcrypto option. |
commit | commitdiff | tree | snapshot |
2014-10-30 |
Tom Lane | Test IsInTransactionChain, not IsTransactionBlock,... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Tom Lane | Avoid corrupting tables when ANALYZE inside a transacti... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Heikki Linnakangas | Reset error message at PQreset() |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Heikki Linnakangas | Fix two bugs in tsquery @> operator. |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Tom Lane | Improve ispell dictionary's defenses against bad affix... |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Tom Lane | Ensure libpq reports a suitable error message on unexpe... |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Tom Lane | Declare mkdtemp() only if we're providing it. |
commit | commitdiff | tree | snapshot |
2014-10-17 |
Tom Lane | Fix core dump in pg_dump --binary-upgrade on zero-colum... |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Tom Lane | Support timezone abbreviations that sometimes change. |
commit | commitdiff | tree | snapshot |
2014-10-13 |
Noah Misch | Suppress dead, unportable src/port/crypt.c code. |
commit | commitdiff | tree | snapshot |
2014-10-09 |
Fujii Masao | Fix broken example in PL/pgSQL document. |
commit | commitdiff | tree | snapshot |
2014-10-07 |
Tom Lane | Fix array overrun in ecpg's version of ParseDateTime(). |
commit | commitdiff | tree | snapshot |
2014-10-05 |
Heikki Linnakangas | Cannot rely on %z printf length modifier. |
commit | commitdiff | tree | snapshot |
2014-10-04 |
Tom Lane | Update time zone data files to tzdata release 2014h. |
commit | commitdiff | tree | snapshot |
2014-10-03 |
Tom Lane | Update time zone abbreviations lists. |
commit | commitdiff | tree | snapshot |
2014-10-03 |
Alvaro Herrera | Don't balance vacuum cost delay when per-table settings... |
commit | commitdiff | tree | snapshot |
2014-10-03 |
Heikki Linnakangas | Check for GiST index tuples that don't fit on a page. |
commit | commitdiff | tree | snapshot |
2014-10-02 |
Heikki Linnakangas | Fix typo in error message. |
commit | commitdiff | tree | snapshot |
2014-10-01 |
Tom Lane | Fix some more problems with nested append relations. |
commit | commitdiff | tree | snapshot |
2014-09-26 |
Robert Haas | Fix identify_locking_dependencies for schema-only dumps. |
commit | commitdiff | tree | snapshot |
2014-09-14 |
Peter Eisentraut | doc: Fix documentation of local_preload_libraries |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Stephen Frost | Handle border = 3 in expanded mode |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Tom Lane | Fix power_var_int() for large integer exponents. |
commit | commitdiff | tree | snapshot |
2014-09-09 |
Andres Freund | Fix typo in solaris spinlock fix. |
commit | commitdiff | tree | snapshot |
2014-09-09 |
Andres Freund | Fix spinlock implementation for some !solaris sparc... |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Tom Lane | Fix psql \s to work with recent libedit, and add pager... |
commit | commitdiff | tree | snapshot |
2014-09-08 |
Tom Lane | Documentation fix: sum(float4) returns float4, not... |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Fujii Masao | Fix segmentation fault that an empty prepared statement... |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Kevin Grittner | doc: Various typo/grammar fixes |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Noah Misch | Install libpq DLL with $(INSTALL_SHLIB). |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Tom Lane | Fix obsolete mention of non-int64 support in CREATE... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Tom Lane | Update SysV parameter configuration documentation for... |
commit | commitdiff | tree | snapshot |
2014-08-10 |
Tom Lane | Clarify type resolution behavior for domain types. |
commit | commitdiff | tree | snapshot |
2014-08-09 |
Tom Lane | Reject duplicate column names in foreign key referenced... |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Heikki Linnakangas | Fix typo in user manual |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Tom Lane | Avoid wholesale autovacuuming when autovacuum is nomina... |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Heikki Linnakangas | Treat 2PC commit/abort the same as regular xacts in... |
commit | commitdiff | tree | snapshot |
2014-07-28 |
Fujii Masao | Fix typo in doc. |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Tom Lane | Rearrange documentation paragraph describing pg_relatio... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Tom Lane | Revert "Reformat commit 6b2a1445ec8a631060c4cbff3f172bf... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Magnus Hagander | Reformat commit 6b2a1445ec8a631060c4cbff3f172bf31d3379b9 |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Noah Misch | Report success when Windows kill() emulation signals... |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Noah Misch | MSVC: Substitute $(top_builddir) in REGRESS_OPTS. |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Tom Lane | Check block number against the correct fork in get_raw_... |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Noah Misch | Diagnose incompatible OpenLDAP versions during build... |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Tom Lane | Reject out-of-range numeric timezone specifications. |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Tom Lane | Stamp 9.0.18. REL9_0_18 |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Tom Lane | Release notes for 9.3.5, 9.2.9, 9.1.14, 9.0.18, 8.4.22. |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2014-07-19 |
Tom Lane | Update time zone data files to tzdata release 2014e. |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Noah Misch | Limit pg_upgrade authentication advice to always-secure... |
commit | commitdiff | tree | snapshot |
2014-07-18 |
Tom Lane | Fix two low-probability memory leaks in regular express... |
commit | commitdiff | tree | snapshot |
2014-07-15 |
Alvaro Herrera | Fix REASSIGN OWNED for text search objects |
commit | commitdiff | tree | snapshot |
next |