2015-07-12 |
Andres Freund | Optionally don't error out due to preexisting slots... |
commit | commitdiff | tree |
2015-07-12 |
Tom Lane | Add now-required #include. |
commit | commitdiff | tree |
2015-07-12 |
Bruce Momjian | doc: fix typo in CREATE POLICY manual page |
commit | commitdiff | tree |
2015-07-11 |
Joe Conway | Add assign_expr_collations() to CreatePolicy() and... |
commit | commitdiff | tree |
2015-07-10 |
Heikki Linnakangas | Copy-edit the docs changes of OWNER TO CURRENT/SESSION_... |
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 |
Fujii Masao | Fix obsolete comment regarding NOTICE message level. |
commit | commitdiff | tree |
2015-07-09 |
Fujii Masao | Make wal_compression PGC_SUSET rather than PGC_USERSET. |
commit | commitdiff | tree |
2015-07-09 |
Heikki Linnakangas | Use --debug flag in "remote" pg_rewind regression tests. |
commit | commitdiff | tree |
2015-07-09 |
Heikki Linnakangas | Fix another broken link in documentation. |
commit | commitdiff | tree |
2015-07-09 |
Heikki Linnakangas | Improve logging of TAP tests. |
commit | commitdiff | tree |
2015-07-09 |
Heikki Linnakangas | Use AS_IF rather than plain shell "if" in pthread-check. |
commit | commitdiff | tree |
2015-07-09 |
Noah Misch | Add .gitignore entries for AIX-specific intermediate... |
commit | commitdiff | tree |
2015-07-09 |
Noah Misch | Link pg_stat_statements with libm. |
commit | commitdiff | tree |
2015-07-09 |
Noah Misch | Given a gcc-compatible xlc compiler, prefer xlc-style... |
commit | commitdiff | tree |
2015-07-09 |
Noah Misch | Finish generic-xlc.h draft atomics implementation. |
commit | commitdiff | tree |
2015-07-09 |
Noah Misch | Revoke support for strxfrm() that write past the specif... |
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-08 |
Heikki Linnakangas | Move pthread-tests earlier in the autoconf script. |
commit | commitdiff | tree |
2015-07-08 |
Heikki Linnakangas | Replace our hacked version of ax_pthread.m4 with latest... |
commit | commitdiff | tree |
2015-07-07 |
Joe Conway | Improve regression test coverage of table lock modes... |
commit | commitdiff | tree |
2015-07-07 |
Fujii Masao | Fix incorrect path in pg_regress log messages. |
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 |
Fujii Masao | Add tab-completion for psql meta-commands. |
commit | commitdiff | tree |
2015-07-07 |
Andres Freund | Refer to %p in the psql docs as 'process ID' not 'pid'. |
commit | commitdiff | tree |
2015-07-07 |
Andres Freund | Add psql PROMPT variable showing the pid of the connect... |
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-07 |
Joe Conway | Make RLS related error messages more consistent and... |
commit | commitdiff | tree |
2015-07-06 |
Heikki Linnakangas | Turn install.bat into a pure one line wrapper fort... |
commit | commitdiff | tree |
2015-07-06 |
Heikki Linnakangas | Call getsockopt() on the correct socket. |
commit | commitdiff | tree |
2015-07-06 |
Heikki Linnakangas | Don't set SO_SNDBUF on recent Windows versions that... |
commit | commitdiff | tree |
2015-07-06 |
Fujii Masao | Remove incorrect warning from pg_archivecleanup document. |
commit | commitdiff | tree |
2015-07-05 |
Tom Lane | Make a editorial pass over pgbench's error messages. |
commit | commitdiff | tree |
2015-07-05 |
Tom Lane | Fix some typos in regression test comments. |
commit | commitdiff | tree |
2015-07-05 |
Tom Lane | Further reduce overhead for passing plpgsql variables... |
commit | commitdiff | tree |
2015-07-05 |
Tom Lane | Fix bad grammar in brin.sgml. |
commit | commitdiff | tree |
2015-07-03 |
Tom Lane | Add documentation and regression tests concerning round... |
commit | commitdiff | tree |
2015-07-03 |
Tom Lane | Add psql \ev and \sv commands for editing and showing... |
commit | commitdiff | tree |
2015-07-03 |
Heikki Linnakangas | Remove thread-emulation support from pgbench. |
commit | commitdiff | tree |
2015-07-03 |
Heikki Linnakangas | Fix pgbench progress report behaviour when pgbench... |
commit | commitdiff | tree |
2015-07-03 |
Heikki Linnakangas | Lift the limitation that # of clients must be a multipl... |
commit | commitdiff | tree |
2015-07-03 |
Fujii Masao | Make WAL-related utilities handle .partial WAL files... |
commit | commitdiff | tree |
2015-07-02 |
Tom Lane | Improve pg_restore's -t switch to match all types of... |
commit | commitdiff | tree |
2015-07-02 |
Tom Lane | Make numeric form of PG version number readily availabl... |
commit | commitdiff | tree |
2015-07-02 |
Tom Lane | Fix misuse of TextDatumGetCString(). |
commit | commitdiff | tree |
2015-07-02 |
Tom Lane | Add an optional missing_ok argument to SQL function... |
commit | commitdiff | tree |
2015-07-02 |
Heikki Linnakangas | Remove obsolete heap_formtuple/modifytuple/deformtuple... |
commit | commitdiff | tree |
2015-07-02 |
Heikki Linnakangas | Remove "const" from convertTSFunction()'s return type. |
commit | commitdiff | tree |
2015-07-02 |
Heikki Linnakangas | Plug some trivial memory leaks in pg_dump and pg_upgrade. |
commit | commitdiff | tree |
2015-07-02 |
Joe Conway | Whitespace fix - replace tab with spaces in CREATE... |
commit | commitdiff | tree |
2015-07-02 |
Heikki Linnakangas | Replace obsolete autoconf macros with their modern... |
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-07-02 |
Heikki Linnakangas | Use appendStringInfoString/Char et al where appropriate. |
commit | commitdiff | tree |
2015-07-02 |
Heikki Linnakangas | Fix name of argument to pg_stat_file. |
commit | commitdiff | tree |
2015-07-02 |
Heikki Linnakangas | Use American spelling for "behavior". |
commit | commitdiff | tree |
2015-07-02 |
Andrew Dunstan | Allow MSVC's contribcheck and modulescheck to run indep... |
commit | commitdiff | tree |
2015-07-02 |
Fujii Masao | Make use of xlog_internal.h's macros in WAL-related... |
commit | commitdiff | tree |
2015-07-01 |
Tom Lane | Don't leave pg_hba and pg_ident data lying around in... |
commit | commitdiff | tree |
2015-07-01 |
Tom Lane | Make sampler_random_fract() actually obey its API contract. |
commit | commitdiff | tree |
2015-07-01 |
Fujii Masao | Make XLogFileCopy() look the same as in 9.4. |
commit | commitdiff | tree |
2015-06-30 |
Tom Lane | Fix broken link in documentation. |
commit | commitdiff | tree |
2015-06-30 |
Andres Freund | Fix typo and omission in my earlier 9.5 release notes... |
commit | commitdiff | tree |
2015-06-30 |
Andres Freund | Improve 9.5 release notes. |
commit | commitdiff | tree |
2015-06-30 |
Tom Lane | Stamp shared-library minor version numbers for 9.6. |
commit | commitdiff | tree |
2015-06-30 |
Tom Lane | Stamp HEAD as 9.6devel. |
commit | commitdiff | tree |
2015-06-30 |
Alvaro Herrera | Test -lrt for sched_yield |
commit | commitdiff | tree |
2015-06-30 |
Tom Lane | Remove useless check for NULL subexpression. |
commit | commitdiff | tree |
2015-06-30 |
Heikki Linnakangas | Add assertion to check the special size is sane before... |
commit | commitdiff | tree |
2015-06-30 |
Heikki Linnakangas | Don't call PageGetSpecialPointer() on page until it... |
commit | commitdiff | tree |
2015-06-30 |
Robert Haas | In bttext_abbrev_convert, move pfree to the right place. |
commit | commitdiff | tree |
2015-06-29 |
Heikki Linnakangas | Initialize GIN metapage correctly when replaying metapa... |
commit | commitdiff | tree |
2015-06-29 |
Tom Lane | Stamp 9.5alpha1. |
commit | commitdiff | tree |
2015-06-29 |
Tom Lane | Desultory review of 9.5 release notes. |
commit | commitdiff | tree |
2015-06-29 |
Tom Lane | Code + docs review for escaping of option values (commi... |
commit | commitdiff | tree |
2015-06-29 |
Andres Freund | Replace ia64 S_UNLOCK compiler barrier with a full... |
commit | commitdiff | tree |
2015-06-29 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree |
2015-06-29 |
Tom Lane | Run the C portions of guc-file.l through pgindent. |
commit | commitdiff | tree |
2015-06-28 |
Tom Lane | Improve design and implementation of pg_file_settings... |
commit | commitdiff | tree |
2015-06-28 |
Heikki Linnakangas | Also trigger restartpoints based on max_wal_size on... |
commit | commitdiff | tree |
2015-06-28 |
Heikki Linnakangas | Fix markup in docs. |
commit | commitdiff | tree |
2015-06-28 |
Heikki Linnakangas | Promote the assertion that XLogBeginInsert() is not... |
commit | commitdiff | tree |
2015-06-28 |
Heikki Linnakangas | Fix double-XLogBeginInsert call in GIN page splits. |
commit | commitdiff | tree |
2015-06-28 |
Heikki Linnakangas | Don't choke on files that are removed while pg_rewind... |
commit | commitdiff | tree |
2015-06-28 |
Heikki Linnakangas | Add missing_ok option to the SQL functions for reading... |
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 |
Tom Lane | Avoid passing NULL to memcmp() in lookups of zero-argum... |
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 |
Heikki Linnakangas | Fix typo in comment |
commit | commitdiff | tree |
2015-06-26 |
Simon Riggs | Avoid hot standby cancels from VAC FREEZE |
commit | commitdiff | tree |
2015-06-26 |
Alvaro Herrera | Fix DDL command collection for TRANSFORM |
commit | commitdiff | tree |
2015-06-26 |
Alvaro Herrera | Fix BRIN xlog replay |
commit | commitdiff | tree |
2015-06-26 |
Robert Haas | Fix grammar. |
commit | commitdiff | tree |
2015-06-26 |
Robert Haas | Be more conservative about removing tablespace "symlinks". |
commit | commitdiff | tree |
2015-06-26 |
Robert Haas | release notes: Add entry for commit 5ea86e6e6. |
commit | commitdiff | tree |
next |