2014-08-26 |
Andres Freund | Specify the port in dblink and postgres_fdw tests. |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Andres Freund | Don't hardcode contrib_regression dbname in postgres_fd... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Heikki Linnakangas | Show schema names in pg_dump verbose output. |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Bruce Momjian | pg_upgrade: prevent automatic oid assignment |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Bruce Momjian | rename macro isTempOrToastNamespace to isTempOrTempToas... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Bruce Momjian | pg_upgrade: use CTE query rather than temp table |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Bruce Momjian | pg_upgrade docs: update docs for 8.3 support removal |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Bruce Momjian | revert "Throw error for ALTER TABLE RESET of an invalid... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Bruce Momjian | pg_upgrade: remove support for 8.3 old clusters |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Bruce Momjian | pg_upgrade: add SET log_min_error_statement = warning |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Bruce Momjian | Throw error for ALTER TABLE RESET of an invalid option |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Bruce Momjian | pg_ctl, pg_upgrade: allow multiple -o/-O options,... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Bruce Momjian | upgrade docs: highlight pg_upgrade, warn about globals... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Alvaro Herrera | Revert XactLockTableWait context setup in conditional... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Alvaro Herrera | Use newly added InvalidCommandId instead of 0 |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Alvaro Herrera | DefineType: return base type OID, not its array |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Alvaro Herrera | Have CREATE TABLE AS and REFRESH return an OID |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Alvaro Herrera | More psprintf goodness |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Alvaro Herrera | Oops, forgot to "git add" one last change |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Alvaro Herrera | Editorial review of SET UNLOGGED |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Heikki Linnakangas | Add regression tests for SELECT FOR UPDATE/SHARE NOWAIT. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Andres Freund | Fix typos in some error messages thrown by extension... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Heikki Linnakangas | Don't track DEALLOCATE in pg_stat_statements. |
commit | commitdiff | tree | snapshot |
2014-08-24 |
Tom Lane | Fix another ancient memory-leak bug in relcache.c. |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Peter Eisentraut | doc: Improve pg_restore help output |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Alvaro Herrera | Implement ALTER TABLE .. SET LOGGED / UNLOGGED |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Alvaro Herrera | Fix outdated comment |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Tom Lane | Fix corner-case behaviors in JSON/JSONB field extractio... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Andres Freund | Fix newly introduced misspelling of existence in pg_buf... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Heikki Linnakangas | Fix comment in pg_basebackup. |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Heikki Linnakangas | Change the way pg_basebackup's tablespace mapping is... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Stephen Frost | Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE' |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Andres Freund | Add pinning_backends column to the pg_buffercache exten... |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Heikki Linnakangas | Add #define INT64_MODIFIER for the printf length modifi... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Tom Lane | More regression test cases for json/jsonb extraction... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Tom Lane | Fix core dump in jsonb #> operator, and add regression... |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Bruce Momjian | pg_upgrade: adjust logging to use QUERY_ALLOC lengths |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Heikki Linnakangas | Use comma+space as the separator in the default search_... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Fujii Masao | Revert "Fix bug in checking of IDENTIFY_SYSTEM result." |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Fujii Masao | Fix bug in checking of IDENTIFY_SYSTEM result. |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Noah Misch | Install libpq DLL with $(INSTALL_SHLIB). |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Noah Misch | Finish adding file version information to installed... |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Noah Misch | Replace a few strncmp() calls with strlcpy(). |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Noah Misch | Make pg_service.conf sample LDIF more portable. |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Noah Misch | Document new trigger-related forms of ALTER FOREIGN... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Greg Stark | Adjust Release Notes to reflect holding off wrapped... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Greg Stark | Fix further concerns about psql wrapping in expanded... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Heikki Linnakangas | Reorganize functions in be-secure-openssl.c |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Tom Lane | Fix obsolete mention of non-int64 support in CREATE... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Tom Lane | Use ISO 8601 format for dates converted to JSON, too. |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Fujii Masao | Add missing index terms for replication commands in... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Tom Lane | Make an editorial pass over the 9.4 release notes. |
commit | commitdiff | tree | snapshot |
2014-08-17 |
Tom Lane | Improve DISCARD documentation. |
commit | commitdiff | tree | snapshot |
2014-08-17 |
Peter Eisentraut | doc: Work around stylesheet bug for man build |
commit | commitdiff | tree | snapshot |
2014-08-16 |
Tom Lane | Fix bogus return macros in range_overright_internal(). |
commit | commitdiff | tree | snapshot |
2014-08-16 |
Tom Lane | Add opr_sanity queries to inspect commutator/negator... |
commit | commitdiff | tree | snapshot |
2014-08-16 |
Tom Lane | Fix bogus commutator/negator links for JSONB containmen... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Bruce Momjian | pg_upgrade: fix define adjusted during testing |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Bruce Momjian | pg_upgrade: error if run from top of new PGDATA on... |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Heikki Linnakangas | Doc fix: New York State's capital is Albany. |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Heikki Linnakangas | Remove remnants of a JENTRY_ISFIRST flag bit. |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Peter Eisentraut | Set shared library path for in-tree TAP tests |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Peter Eisentraut | doc: Fix DocBook XML validity |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Tom Lane | Update SysV parameter configuration documentation for... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Robert Haas | docs: Add missing period. |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Robert Haas | Add sortsupport routines for text. |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Fujii Masao | Fix help message in pg_ctl. |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Peter Eisentraut | Add some noreturn attributes based on compiler recommen... |
commit | commitdiff | tree | snapshot |
2014-08-14 |
Peter Eisentraut | doc: Remove obsolete set element DSSSL customizations |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Tom Lane | Prevent memory leaks in parseRelOptions(). |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Tom Lane | Prevent memory leaks in RelationGetIndexList, RelationG... |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Fujii Masao | Expose -S option in pg_receivexlog. |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Andres Freund | pg_recvlogical message and code improvements. |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Fujii Masao | Fix typo in \setrandom document. |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Andres Freund | Be less aggressive in asking for feedback of logical... |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Tatsuo Ishii | Enhance pgbench's option checking. |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Fujii Masao | Change first call of ProcessConfigFile so as to process... |
commit | commitdiff | tree | snapshot |
2014-08-12 |
Fujii Masao | Add tab-completion for \unset and valid setting values... |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Fujii Masao | Fix documentation oversights about pageinspect and... |
commit | commitdiff | tree | snapshot |
2014-08-11 |
Heikki Linnakangas | Break out OpenSSL-specific code to separate files. |
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 | Clean up handling of unknown-type inputs in json_build_... |
commit | commitdiff | tree | snapshot |
2014-08-09 |
Tom Lane | Further cleanup of JSON-specific error messages. |
commit | commitdiff | tree | snapshot |
2014-08-09 |
Tom Lane | Reject duplicate column names in foreign key referenced... |
commit | commitdiff | tree | snapshot |
2014-08-09 |
Peter Eisentraut | Small message fixes |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Fujii Masao | Add -F option to pg_receivexlog, for specifying fsync... |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Tom Lane | Fix typo in docs. |
commit | commitdiff | tree | snapshot |
2014-08-07 |
Bruce Momjian | pg_upgrade: prevent oid conflicts with new-cluster... |
commit | commitdiff | tree | snapshot |
2014-08-07 |
Heikki Linnakangas | Improve comment. |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Robert Haas | Add PG_RETURN_UINT16 macro. |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Robert Haas | Don't require sort support functions to provide a compa... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Robert Haas | Fix alternate regression test output file. |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Fujii Masao | Refactor pg_receivexlog main loop code, for readability... |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Fujii Masao | Change ParseConfigFp() so that it doesn't process unuse... |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Kevin Grittner | Fix typo in C comment. |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Robert Haas | Improve some JSON error messages. |
commit | commitdiff | tree | snapshot |
2014-08-04 |
Bruce Momjian | pg_upgrade: assume user is install user |
commit | commitdiff | tree | snapshot |
next |