2018-01-12 |
Tom Lane | Avoid unnecessary failure in SELECT concurrent with... |
commit | commitdiff | tree | snapshot |
2018-01-12 |
Tom Lane | Fix incorrect handling of subquery pullup in the presen... |
commit | commitdiff | tree | snapshot |
2018-01-11 |
Teodor Sigaev | Fix behavior of ~> (cube, int) operator |
commit | commitdiff | tree | snapshot |
2018-01-10 |
Tom Lane | Fix sample INSTR() functions in the plpgsql documentation. |
commit | commitdiff | tree | snapshot |
2018-01-10 |
Tom Lane | Remove dubious micro-optimization in ckpt_buforder_comp... |
commit | commitdiff | tree | snapshot |
2018-01-09 |
Alvaro Herrera | Change some bogus PageGetLSN calls to BufferGetLSNAtomic |
commit | commitdiff | tree | snapshot |
2018-01-05 |
Bruce Momjian | pg_upgrade: simplify code layout in a few places |
commit | commitdiff | tree | snapshot |
2018-01-05 |
Alvaro Herrera | Fix failure to delete spill files of aborted transactions |
commit | commitdiff | tree | snapshot |
2018-01-04 |
Tom Lane | Fix incorrect computations of length of null bitmap... |
commit | commitdiff | tree | snapshot |
2018-01-04 |
Robert Haas | Back-port fix for accumulation of parallel worker instr... |
commit | commitdiff | tree | snapshot |
2018-01-03 |
Alvaro Herrera | Revert "Fix isolation test to be less timing-dependent" |
commit | commitdiff | tree | snapshot |
2018-01-03 |
Andres Freund | Rename pg_rewind's copy_file_range() to avoid conflict... |
commit | commitdiff | tree | snapshot |
2018-01-03 |
Andrew Dunstan | Fix use of config-specific libraries for Windows OpenSSL |
commit | commitdiff | tree | snapshot |
2018-01-03 |
Alvaro Herrera | Make XactLockTableWait work for transactions that are... |
commit | commitdiff | tree | snapshot |
2018-01-03 |
Alvaro Herrera | Fix isolation test to be less timing-dependent |
commit | commitdiff | tree | snapshot |
2018-01-03 |
Bruce Momjian | Update copyright for 2018 |
commit | commitdiff | tree | snapshot |
2018-01-02 |
Alvaro Herrera | Fix deadlock hazard in CREATE INDEX CONCURRENTLY |
commit | commitdiff | tree | snapshot |
2018-01-01 |
Noah Misch | In tests, await an LSN no later than the recovery target. |
commit | commitdiff | tree | snapshot |
2017-12-22 |
Tom Lane | Disallow UNION/INTERSECT/EXCEPT over no columns. |
commit | commitdiff | tree | snapshot |
2017-12-18 |
Peter Eisentraut | doc: Fix figures in example description |
commit | commitdiff | tree | snapshot |
2017-12-18 |
Fujii Masao | Fix bug in cancellation of non-exclusive backup to... |
commit | commitdiff | tree | snapshot |
2017-12-15 |
Andres Freund | Perform a lot more sanity checks when freezing tuples. |
commit | commitdiff | tree | snapshot |
2017-12-15 |
Andres Freund | Fix pruning of locked and updated tuples. |
commit | commitdiff | tree | snapshot |
2017-12-14 |
Andrew Dunstan | Fix walsender timeouts when decoding a large transaction |
commit | commitdiff | tree | snapshot |
2017-12-11 |
Tom Lane | Fix corner-case coredump in _SPI_error_callback(). |
commit | commitdiff | tree | snapshot |
2017-12-09 |
Noah Misch | MSVC 2012+: Permit linking to 32-bit, MinGW-built libra... |
commit | commitdiff | tree | snapshot |
2017-12-09 |
Noah Misch | MSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T. |
commit | commitdiff | tree | snapshot |
2017-12-09 |
Noah Misch | MSVC: Remove cosmetic, cross-branch differences pertain... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
Peter Eisentraut | Fix mistake in comment |
commit | commitdiff | tree | snapshot |
2017-12-08 |
Peter Eisentraut | doc: Add advice about systemd RemoveIPC |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Robert Haas | Report failure to start a background worker. |
commit | commitdiff | tree | snapshot |
2017-12-05 |
Robert Haas | Mark assorted variables PGDLLIMPORT. |
commit | commitdiff | tree | snapshot |
2017-12-04 |
Tom Lane | Clean up assorted messiness around AllocateDir() usage. |
commit | commitdiff | tree | snapshot |
2017-11-30 |
Noah Misch | Fix non-GNU makefiles for AIX make. |
commit | commitdiff | tree | snapshot |
2017-11-27 |
Tom Lane | Fix creation of resjunk tlist entries for inherited... |
commit | commitdiff | tree | snapshot |
2017-11-27 |
Magnus Hagander | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2017-11-26 |
Tom Lane | Pad XLogReaderState's main_data buffer more aggressively. |
commit | commitdiff | tree | snapshot |
2017-11-26 |
Joe Conway | Make has_sequence_privilege support WITH GRANT OPTION |
commit | commitdiff | tree | snapshot |
2017-11-25 |
Tom Lane | Update MSVC build process for new timezone data. |
commit | commitdiff | tree | snapshot |
2017-11-25 |
Tom Lane | Replace raw timezone source data with IANA's new compac... |
commit | commitdiff | tree | snapshot |
2017-11-25 |
Tom Lane | Avoid formally-undefined use of memcpy() in hstoreUniqu... |
commit | commitdiff | tree | snapshot |
2017-11-25 |
Tom Lane | Repair failure with SubPlans in multi-row VALUES lists. |
commit | commitdiff | tree | snapshot |
2017-11-24 |
Dean Rasheed | Doc: add a summary table to the CREATE POLICY docs. |
commit | commitdiff | tree | snapshot |
2017-11-24 |
Tom Lane | Fix unstable regression test added by commits 59b71c6fe... |
commit | commitdiff | tree | snapshot |
2017-11-24 |
Noah Misch | Support linking with MinGW-built Perl. |
commit | commitdiff | tree | snapshot |
2017-11-24 |
Andres Freund | Fix handling of NULLs returned by aggregate combine... |
commit | commitdiff | tree | snapshot |
2017-11-21 |
Robert Haas | Provide for forward compatibility with future minor... |
commit | commitdiff | tree | snapshot |
2017-11-20 |
Tom Lane | Use out-of-line M68K spinlock code for OpenBSD as well... |
commit | commitdiff | tree | snapshot |
2017-11-20 |
Tom Lane | Add support for Motorola 88K to s_lock.h. |
commit | commitdiff | tree | snapshot |
2017-11-18 |
Tom Lane | Fix compiler warning in rangetypes_spgist.c. |
commit | commitdiff | tree | snapshot |
2017-11-17 |
Tom Lane | Provide modern examples of how to auto-start Postgres... |
commit | commitdiff | tree | snapshot |
2017-11-16 |
Robert Haas | Fix broken cleanup interlock for GIN pending list. |
commit | commitdiff | tree | snapshot |
2017-11-14 |
Tom Lane | Prevent int128 from requiring more than MAXALIGN alignment. |
commit | commitdiff | tree | snapshot |
2017-11-14 |
Tom Lane | Rearrange c.h to create a "compiler characteristics... |
commit | commitdiff | tree | snapshot |
2017-11-13 |
Noah Misch | MSVC: Rebuild spiexceptions.h when out of date. |
commit | commitdiff | tree | snapshot |
2017-11-12 |
Noah Misch | Install Windows crash dump handler before all else. |
commit | commitdiff | tree | snapshot |
2017-11-12 |
Noah Misch | Don't call pgwin32_message_to_UTF16() without CurrentMe... |
commit | commitdiff | tree | snapshot |
2017-11-11 |
Noah Misch | Add post-2010 ecpg tests to checktcp. |
commit | commitdiff | tree | snapshot |
2017-11-11 |
Noah Misch | Make connect/test1 independent of localhost IPv6. |
commit | commitdiff | tree | snapshot |
2017-11-11 |
Noah Misch | Fix previous commit's test, for non-UTF8 databases... |
commit | commitdiff | tree | snapshot |
2017-11-11 |
Noah Misch | Ignore XML declaration in xpath_internal(), for UTF8... |
commit | commitdiff | tree | snapshot |
2017-11-10 |
Peter Eisentraut | Fix some null pointer dereferences in LDAP auth code |
commit | commitdiff | tree | snapshot |
2017-11-10 |
Tom Lane | Tighten test in contrib/bloom/t/001_wal.pl. |
commit | commitdiff | tree | snapshot |
2017-11-10 |
Peter Eisentraut | Add -wnet to SP invocations |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Tom Lane | Fix typo in ALTER SYSTEM output. |
commit | commitdiff | tree | snapshot |
2017-11-09 |
Tom Lane | Revert "Allow --with-bonjour to work with non-macOS... |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Tom Lane | Allow --with-bonjour to work with non-macOS implementat... |
commit | commitdiff | tree | snapshot |
2017-11-08 |
Tom Lane | Fix two violations of the ResourceOwnerEnlarge/Remember... |
commit | commitdiff | tree | snapshot |
2017-11-07 |
Tom Lane | Fix unportable usage of <ctype.h> functions. |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Tom Lane | Stamp 9.6.6. REL9_6_6 |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Tom Lane | Make json{b}_populate_recordset() use the right tuple... |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Noah Misch | start-scripts: switch to $PGUSER before opening $PGLOG. |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Dean Rasheed | Always require SELECT permission for ON CONFLICT DO... |
commit | commitdiff | tree | snapshot |
2017-11-06 |
Noah Misch | Add a temp-install prerequisite to "check"-like targets... |
commit | commitdiff | tree | snapshot |
2017-11-05 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2017-11-05 |
Tom Lane | Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3... |
commit | commitdiff | tree | snapshot |
2017-11-05 |
Noah Misch | Ignore CatalogSnapshot when checking COPY FREEZE prereq... |
commit | commitdiff | tree | snapshot |
2017-11-03 |
Alvaro Herrera | Fix BRIN summarization concurrent with extension |
commit | commitdiff | tree | snapshot |
2017-11-03 |
Michael Meskes | Improve error message for incorrect number inputs in... |
commit | commitdiff | tree | snapshot |
2017-11-02 |
Michael Meskes | Fix float parsing in ecpg INFORMIX mode. |
commit | commitdiff | tree | snapshot |
2017-11-02 |
Tom Lane | Fix corner-case errors in brin_doupdate(). |
commit | commitdiff | tree | snapshot |
2017-11-02 |
Alvaro Herrera | Revert bogus fixes of HOT-freezing bug |
commit | commitdiff | tree | snapshot |
2017-11-02 |
Tom Lane | Doc: update URL for check_postgres. |
commit | commitdiff | tree | snapshot |
2017-11-02 |
Peter Eisentraut | pg_basebackup: Fix comparison handling of tablespace... |
commit | commitdiff | tree | snapshot |
2017-11-01 |
Michael Meskes | Make sure ecpglib does accepts digits behind decimal... |
commit | commitdiff | tree | snapshot |
2017-10-29 |
Robert Haas | Fix problems with the "role" GUC and parallel query. |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Tom Lane | Dept of second thoughts: keep aliasp_item in sync with... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Tom Lane | Fix crash when columns have been added to the end of... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Tom Lane | Rethink the dependencies recorded for FieldSelect/Field... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Tom Lane | Doc: mention that you can't PREPARE TRANSACTION after... |
commit | commitdiff | tree | snapshot |
2017-10-27 |
Robert Haas | Fix mistaken failure to allow parallelism in corner... |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Tom Lane | Make setrefs.c match by ressortgroupref even for plain... |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Andrew Dunstan | Improve gendef.pl diagnostic on failure to open sym... |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Michael Meskes | Fixed handling of escape character in libecpg. |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Tom Lane | Fix libpq to not require user's home directory to exist. |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Andrew Dunstan | Process variadic arguments consistently in json functions |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Andrew Dunstan | Add a utility function to extract variadic function... |
commit | commitdiff | tree | snapshot |
2017-10-23 |
Tom Lane | Update time zone data files to tzdata release 2017c. |
commit | commitdiff | tree | snapshot |
2017-10-23 |
Tom Lane | Sync our copy of the timezone library with IANA release... |
commit | commitdiff | tree | snapshot |
next |