2016-10-11 |
Tom Lane | Improve documentation for CREATE RECURSIVE VIEW. |
commit | commitdiff | tree | snapshot |
2016-10-10 |
Tom Lane | Update user docs for switch to POSIX semaphores. |
commit | commitdiff | tree | snapshot |
2016-10-10 |
Andres Freund | Make regression tests less dependent on hash table... |
commit | commitdiff | tree | snapshot |
2016-10-10 |
Tom Lane | In PQsendQueryStart(), avoid leaking any left-over... |
commit | commitdiff | tree | snapshot |
2016-10-10 |
Heikki Linnakangas | Remove some unnecessary #includes. |
commit | commitdiff | tree | snapshot |
2016-10-10 |
Peter Eisentraut | Add a noreturn attribute to help static analyzers |
commit | commitdiff | tree | snapshot |
2016-10-09 |
Tom Lane | Use unnamed POSIX semaphores, if available, on Linux... |
commit | commitdiff | tree | snapshot |
2016-10-09 |
Tom Lane | Fix incorrect handling of polymorphic aggregates used... |
commit | commitdiff | tree | snapshot |
2016-10-08 |
Tom Lane | Fix two bugs in merging of inherited CHECK constraints. |
commit | commitdiff | tree | snapshot |
2016-10-08 |
Tom Lane | libpqwalreceiver needs to link with libintl when using... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Andres Freund | Fix fallback implementation of pg_atomic_write_u32(). |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Heikki Linnakangas | Remove bogus mapping from UTF-8 to SJIS conversion... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Heikki Linnakangas | Make TAP test suites to work, when @INC does not contai... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Tom Lane | Fix python shlib probe for Cygwin. |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Tom Lane | Fix pg_dump to work against pre-9.0 servers again. |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Heikki Linnakangas | Don't allow both --source-server and --source-target... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Heikki Linnakangas | Clear OpenSSL error queue after failed X509_STORE_load_... |
commit | commitdiff | tree | snapshot |
2016-10-07 |
Heikki Linnakangas | Don't share SSL_CTX between libpq connections. |
commit | commitdiff | tree | snapshot |
2016-10-06 |
Heikki Linnakangas | Disable synchronous commits in pg_rewind. |
commit | commitdiff | tree | snapshot |
2016-10-06 |
Heikki Linnakangas | Fix excessive memory consumption in the new sort pre... |
commit | commitdiff | tree | snapshot |
2016-10-06 |
Tom Lane | Remove -Wl,-undefined,dynamic_lookup in macOS build. |
commit | commitdiff | tree | snapshot |
2016-10-06 |
Tom Lane | Try to fix python shlib probe for MinGW. |
commit | commitdiff | tree | snapshot |
2016-10-05 |
Robert Haas | Update obsolete comments and perldoc. |
commit | commitdiff | tree | snapshot |
2016-10-05 |
Tom Lane | In python shlib probe, cater for OpenBSD, which omits... |
commit | commitdiff | tree | snapshot |
2016-10-05 |
Robert Haas | Re-alphabetize #include directives. |
commit | commitdiff | tree | snapshot |
2016-10-05 |
Robert Haas | Rename WAIT_* constants to PG_WAIT_*. |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Tom Lane | Avoid direct cross-module links in hstore_plperl and... |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Tom Lane | Huh, we do need to look in $python_configdir for the... |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Tom Lane | Improve (I hope) our autolocation of the Python shared... |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Robert Haas | Fix another Windows compile break. |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Robert Haas | Fix Windows compile break in 6f3bd98ebfc008cbd676da777b... |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Heikki Linnakangas | Fix another outdated comment. |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Robert Haas | Remove trailing commas from enums. |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Robert Haas | Adjust worker_spi for 6f3bd98ebfc008cbd676da777bb0b2376... |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Robert Haas | Extend framework from commit 53be0b1ad to report latch... |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Tom Lane | Fix hstore_plpython for Python 3. |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Heikki Linnakangas | Update comment. |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Andres Freund | Correct logical decoding restore behaviour for subtrans... |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Tom Lane | Convert contrib/hstore_plpython to not use direct linki... |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Tom Lane | Show a sensible value in pg_settings.unit for GUC_UNIT_... |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Stephen Frost | Fix RLS with COPY (col1, col2) FROM tab |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Tom Lane | Enforce a specific order for probing library loadabilit... |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Heikki Linnakangas | Change the way pre-reading in external sort's merge... |
commit | commitdiff | tree | snapshot |
2016-10-02 |
Tom Lane | Add ALTER EXTENSION ADD/DROP ACCESS METHOD, and use... |
commit | commitdiff | tree | snapshot |
2016-10-02 |
Tom Lane | Avoid leaking FDs after an fsync failure. |
commit | commitdiff | tree | snapshot |
2016-10-01 |
Tom Lane | Do ClosePostmasterPorts() earlier in SubPostmasterMain(). |
commit | commitdiff | tree | snapshot |
2016-10-01 |
Tom Lane | Fix bugs in contrib/pg_visibility. |
commit | commitdiff | tree | snapshot |
2016-10-01 |
Tom Lane | Copy-editing for contrib/pg_visibility documentation. |
commit | commitdiff | tree | snapshot |
2016-10-01 |
Tom Lane | Fix misstatement in comment in Makefile.shlib. |
commit | commitdiff | tree | snapshot |
2016-10-01 |
Tom Lane | Fix misplacement of submake-generated-headers prerequis... |
commit | commitdiff | tree | snapshot |
2016-10-01 |
Peter Eisentraut | Set log_line_prefix and application name in test drivers |
commit | commitdiff | tree | snapshot |
2016-10-01 |
Tom Lane | Improve error reporting in pg_upgrade's file copying... |
commit | commitdiff | tree | snapshot |
2016-10-01 |
Tom Lane | Fix multiple portability issues in pg_upgrade's rewrite... |
commit | commitdiff | tree | snapshot |
2016-09-30 |
Peter Eisentraut | Fix breakage in previous change |
commit | commitdiff | tree | snapshot |
2016-09-30 |
Peter Eisentraut | Separate enum from struct |
commit | commitdiff | tree | snapshot |
2016-09-30 |
Peter Eisentraut | Remove unnecessary prototypes |
commit | commitdiff | tree | snapshot |
2016-09-30 |
Peter Eisentraut | Add missing include files to configure tests |
commit | commitdiff | tree | snapshot |
2016-09-30 |
Peter Eisentraut | Use return instead of exit() in configure |
commit | commitdiff | tree | snapshot |
2016-09-30 |
Peter Eisentraut | Fix use of offsetof() |
commit | commitdiff | tree | snapshot |
2016-09-30 |
Magnus Hagander | Retry opening new segments in pg_xlogdump --folllow |
commit | commitdiff | tree | snapshot |
2016-09-30 |
Stephen Frost | Remove superuser checks in pgstattuple |
commit | commitdiff | tree | snapshot |
2016-09-29 |
Peter Eisentraut | Fix compiler warnings |
commit | commitdiff | tree | snapshot |
2016-09-29 |
Tom Lane | Allow contrib/file_fdw to read from a program, like... |
commit | commitdiff | tree | snapshot |
2016-09-29 |
Peter Eisentraut | Switch pg_basebackup commands in Postgres.pm to use... |
commit | commitdiff | tree | snapshot |
2016-09-29 |
Peter Eisentraut | pg_basebackup: Add --nosync option |
commit | commitdiff | tree | snapshot |
2016-09-29 |
Peter Eisentraut | pg_basebackup pg_receivexlog: Issue fsync more carefully |
commit | commitdiff | tree | snapshot |
2016-09-29 |
Peter Eisentraut | Move fsync routines of initdb into src/common/ |
commit | commitdiff | tree | snapshot |
2016-09-29 |
Heikki Linnakangas | Don't bother to lock bufmgr partitions in pg_buffercache. |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Peter Eisentraut | Exclude additional directories in pg_basebackup |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Alvaro Herrera | Silence compiler warnings |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Tom Lane | Rationalize format-picture caching logic in formatting.c. |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Tom Lane | Make to_timestamp() and to_date() range-check fields... |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Peter Eisentraut | Remove dead line of code |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Robert Haas | worker_spi: Call pgstat_report_stat. |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Peter Eisentraut | Fix CRC check handling in get_controlfile |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Robert Haas | Fix dangling pointer problem in ReorderBufferSerializeC... |
commit | commitdiff | tree | snapshot |
2016-09-28 |
Heikki Linnakangas | Turn password_encryption GUC into an enum. |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Tom Lane | Disallow pushing volatile quals past set-returning... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Tom Lane | Make struct ParallelSlot private within pg_dump/parallel.c. |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Tom Lane | Rationalize parallel dump/restore's handling of worker... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Tom Lane | Redesign parallel dump/restore's wait-for-workers logic. |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Tom Lane | Improve contrib/cube's handling of zero-D cubes, infini... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Alvaro Herrera | Include <sys/select.h> where needed |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Peter Eisentraut | Fix some typos in comment |
commit | commitdiff | tree | snapshot |
2016-09-27 |
Tom Lane | Fix newly-introduced issues in pgbench. |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Tom Lane | Replace the built-in GIN array opclasses with a single... |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Tom Lane | Document has_type_privilege(). |
commit | commitdiff | tree | snapshot |
2016-09-26 |
Heikki Linnakangas | Refactor script execution state machine in pgbench. |
commit | commitdiff | tree | snapshot |
2016-09-25 |
Tom Lane | Refer to OS X as "macOS", except for the port name... |
commit | commitdiff | tree | snapshot |
2016-09-24 |
Tom Lane | Do a final round of updates on the 9.6 release notes. |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Tom Lane | Install TAP test infrastructure so it's available for... |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Tom Lane | Doc: fix examples of # operators so they actually work. |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Tom Lane | Fix incorrect logic for excluding range constructor... |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Tom Lane | Remove useless code. |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Tom Lane | Don't trust CreateFileMapping() to clear the error... |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Tom Lane | Avoid using PostmasterRandom() for DSM control segment ID. |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Peter Eisentraut | pg_ctl: Add promote wait option to help output |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Heikki Linnakangas | Improve error message on MSVC if perl*.lib is not found. |
commit | commitdiff | tree | snapshot |
2016-09-23 |
Heikki Linnakangas | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2016-09-22 |
Bruce Momjian | C comment: fix function header comment |
commit | commitdiff | tree | snapshot |
next |