| 2017-11-25 |
Tom Lane | Replace raw timezone source data with IANA's new compac... |
commit | commitdiff | tree |
| 2017-11-25 |
Tom Lane | Avoid formally-undefined use of memcpy() in hstoreUniqu... |
commit | commitdiff | tree |
| 2017-11-25 |
Tom Lane | Repair failure with SubPlans in multi-row VALUES lists. |
commit | commitdiff | tree |
| 2017-11-25 |
Tom Lane | Update buffile.h/.c comments for removal of non-temp... |
commit | commitdiff | tree |
| 2017-11-25 |
Tom Lane | Improve planner's handling of set-returning functions... |
commit | commitdiff | tree |
| 2017-11-25 |
Robert Haas | Avoid projecting tuples unnecessarily in Gather and... |
commit | commitdiff | tree |
| 2017-11-25 |
Tom Lane | Improve valgrind logic in aset.c, and fix multiple... |
commit | commitdiff | tree |
| 2017-11-24 |
Tom Lane | Mostly-cosmetic improvements in memory chunk header... |
commit | commitdiff | tree |
| 2017-11-24 |
Tom Lane | Fix bug in generation.c's valgrind support. |
commit | commitdiff | tree |
| 2017-11-24 |
Dean Rasheed | RLS comment fixes. |
commit | commitdiff | tree |
| 2017-11-24 |
Dean Rasheed | Fix broken XML in CREATE POLICY sgml. |
commit | commitdiff | tree |
| 2017-11-24 |
Dean Rasheed | Doc: add a summary table to the CREATE POLICY docs. |
commit | commitdiff | tree |
| 2017-11-24 |
Tom Lane | Fix unstable regression test added by commits 59b71c6fe... |
commit | commitdiff | tree |
| 2017-11-24 |
Noah Misch | Support linking with MinGW-built Perl. |
commit | commitdiff | tree |
| 2017-11-24 |
Andres Freund | Fix handling of NULLs returned by aggregate combine... |
commit | commitdiff | tree |
| 2017-11-23 |
Tom Lane | Ensure sizeof(GenerationChunk) is maxaligned. |
commit | commitdiff | tree |
| 2017-11-23 |
Peter Eisentraut | Convert documentation to DocBook XML |
commit | commitdiff | tree |
| 2017-11-23 |
Fujii Masao | doc: mention wal_receiver_status_interval as GUC affect... |
commit | commitdiff | tree |
| 2017-11-23 |
Noah Misch | Build src/test/isolation during "make" and "make install". |
commit | commitdiff | tree |
| 2017-11-22 |
Magnus Hagander | Fix typo |
commit | commitdiff | tree |
| 2017-11-22 |
Simon Riggs | Tweak code for older compilers |
commit | commitdiff | tree |
| 2017-11-22 |
Simon Riggs | Generational memory allocator |
commit | commitdiff | tree |
| 2017-11-22 |
Simon Riggs | Sort default partition to bottom of psql \d+ |
commit | commitdiff | tree |
| 2017-11-22 |
Simon Riggs | Show partition info from psql \d+ |
commit | commitdiff | tree |
| 2017-11-22 |
Simon Riggs | Set es_output_cid in replication worker |
commit | commitdiff | tree |
| 2017-11-21 |
Tom Lane | pgbench: fix stats reporting when some transactions... |
commit | commitdiff | tree |
| 2017-11-21 |
Tom Lane | Doc: fix broken markup. |
commit | commitdiff | tree |
| 2017-11-21 |
Robert Haas | Provide for forward compatibility with future minor... |
commit | commitdiff | tree |
| 2017-11-21 |
Robert Haas | Fix multiple problems with satisfies_hash_partition. |
commit | commitdiff | tree |
| 2017-11-21 |
Tom Lane | Support index-only scans in contrib/cube and contrib... |
commit | commitdiff | tree |
| 2017-11-20 |
Tom Lane | Use out-of-line M68K spinlock code for OpenBSD as well... |
commit | commitdiff | tree |
| 2017-11-20 |
Tom Lane | Add support for Motorola 88K to s_lock.h. |
commit | commitdiff | tree |
| 2017-11-20 |
Simon Riggs | Fix pg_control_checkpoint from commit 4b0d28de06 |
commit | commitdiff | tree |
| 2017-11-20 |
Robert Haas | Tweak use of ExecContextForcesOids by Gather (Merge). |
commit | commitdiff | tree |
| 2017-11-20 |
Robert Haas | Pass eflags down to parallel workers. |
commit | commitdiff | tree |
| 2017-11-20 |
Simon Riggs | Reduce test variability for toast_tuple_target test |
commit | commitdiff | tree |
| 2017-11-19 |
Simon Riggs | Parameter toast_tuple_target controls TOAST for new... |
commit | commitdiff | tree |
| 2017-11-18 |
Tom Lane | Fix compiler warning in rangetypes_spgist.c. |
commit | commitdiff | tree |
| 2017-11-18 |
Tom Lane | Merge near-duplicate code in RI triggers. |
commit | commitdiff | tree |
| 2017-11-18 |
Peter Eisentraut | Consistently catch errors from Python _New() functions |
commit | commitdiff | tree |
| 2017-11-18 |
Tom Lane | Improve to_date/to_number/to_timestamp behavior with... |
commit | commitdiff | tree |
| 2017-11-18 |
Tom Lane | Fix quoted-substring handling in format parsing for... |
commit | commitdiff | tree |
| 2017-11-18 |
Peter Eisentraut | Support channel binding 'tls-unique' in SCRAM |
commit | commitdiff | tree |
| 2017-11-17 |
Robert Haas | Update postgresql.conf.sample comment for bgwriter_lru_... |
commit | commitdiff | tree |
| 2017-11-17 |
Tom Lane | Remove contrib/start-scripts/osx/. |
commit | commitdiff | tree |
| 2017-11-17 |
Tom Lane | Provide modern examples of how to auto-start Postgres... |
commit | commitdiff | tree |
| 2017-11-17 |
Tom Lane | Prevent to_number() from losing data when template... |
commit | commitdiff | tree |
| 2017-11-17 |
Robert Haas | Set proargmodes for satisfies_hash_partition. |
commit | commitdiff | tree |
| 2017-11-17 |
Andres Freund | Remove BufFile's isTemp flag. |
commit | commitdiff | tree |
| 2017-11-17 |
Andres Freund | Provide DSM segment to ExecXXXInitializeWorker functions. |
commit | commitdiff | tree |
| 2017-11-16 |
Tom Lane | Clean up warnings in MinGW builds. |
commit | commitdiff | tree |
| 2017-11-16 |
Tom Lane | Make PL/Python handle domain-type conversions correctly. |
commit | commitdiff | tree |
| 2017-11-16 |
Robert Haas | Remove redundant line from Makefile. |
commit | commitdiff | tree |
| 2017-11-16 |
Robert Haas | Fix broken cleanup interlock for GIN pending list. |
commit | commitdiff | tree |
| 2017-11-16 |
Robert Haas | Fix typo in comment. |
commit | commitdiff | tree |
| 2017-11-16 |
Robert Haas | Update postgresql.conf.sample to match pg_settings... |
commit | commitdiff | tree |
| 2017-11-16 |
Robert Haas | Pass InitPlan values to workers via Gather (Merge). |
commit | commitdiff | tree |
| 2017-11-16 |
Tom Lane | Define _WINSOCK_DEPRECATED_NO_WARNINGS in all MSVC... |
commit | commitdiff | tree |
| 2017-11-16 |
Andrew Dunstan | Back out the session_start and session_end hooks feature. |
commit | commitdiff | tree |
| 2017-11-16 |
Tom Lane | Fix bogus logic for checking data dirs' versions within... |
commit | commitdiff | tree |
| 2017-11-16 |
Tom Lane | Further refactoring of c.h and nearby files. |
commit | commitdiff | tree |
| 2017-11-16 |
Peter Eisentraut | Refactor routine to test connection to SSL server |
commit | commitdiff | tree |
| 2017-11-15 |
Andrew Dunstan | Disable installcheck tests for test_session_hooks |
commit | commitdiff | tree |
| 2017-11-15 |
Andrew Dunstan | Disable test_session_hooks test module until buildfarm... |
commit | commitdiff | tree |
| 2017-11-15 |
Peter Eisentraut | Remove TRUE and FALSE |
commit | commitdiff | tree |
| 2017-11-15 |
Robert Haas | Centralize executor-related partitioning code. |
commit | commitdiff | tree |
| 2017-11-15 |
Andrew Dunstan | Add hooks for session start and session end |
commit | commitdiff | tree |
| 2017-11-15 |
Robert Haas | Fix typo. |
commit | commitdiff | tree |
| 2017-11-15 |
Robert Haas | Add parallel_leader_participation GUC. |
commit | commitdiff | tree |
| 2017-11-14 |
Tom Lane | Prevent int128 from requiring more than MAXALIGN alignment. |
commit | commitdiff | tree |
| 2017-11-14 |
Tom Lane | Rearrange c.h to create a "compiler characteristics... |
commit | commitdiff | tree |
| 2017-11-14 |
Tom Lane | Document changes in large-object privilege checking. |
commit | commitdiff | tree |
| 2017-11-14 |
Alvaro Herrera | Simplify index_[constraint_]create API |
commit | commitdiff | tree |
| 2017-11-13 |
Tom Lane | Allow running just selected steps of pgbench's initiali... |
commit | commitdiff | tree |
| 2017-11-13 |
Robert Haas | Push target list evaluation through Gather Merge. |
commit | commitdiff | tree |
| 2017-11-13 |
Robert Haas | Track in the plan the types associated with PARAM_EXEC... |
commit | commitdiff | tree |
| 2017-11-13 |
Alvaro Herrera | Mention CREATE/DROP STATISTICS in event triggers docs |
commit | commitdiff | tree |
| 2017-11-13 |
Stephen Frost | Fix typo |
commit | commitdiff | tree |
| 2017-11-13 |
Noah Misch | MSVC: Rebuild spiexceptions.h when out of date. |
commit | commitdiff | tree |
| 2017-11-12 |
Noah Misch | Install Windows crash dump handler before all else. |
commit | commitdiff | tree |
| 2017-11-12 |
Noah Misch | Don't call pgwin32_message_to_UTF16() without CurrentMe... |
commit | commitdiff | tree |
| 2017-11-11 |
Noah Misch | Add post-2010 ecpg tests to checktcp. |
commit | commitdiff | tree |
| 2017-11-11 |
Noah Misch | Make connect/test1 independent of localhost IPv6. |
commit | commitdiff | tree |
| 2017-11-11 |
Noah Misch | Fix previous commit's test, for non-UTF8 databases... |
commit | commitdiff | tree |
| 2017-11-11 |
Noah Misch | Ignore XML declaration in xpath_internal(), for UTF8... |
commit | commitdiff | tree |
| 2017-11-10 |
Robert Haas | Account for the effect of lossy pages when costing... |
commit | commitdiff | tree |
| 2017-11-10 |
Peter Eisentraut | Fix some null pointer dereferences in LDAP auth code |
commit | commitdiff | tree |
| 2017-11-10 |
Peter Eisentraut | Add some const decorations to prototypes |
commit | commitdiff | tree |
| 2017-11-10 |
Tom Lane | Tighten test in contrib/bloom/t/001_wal.pl. |
commit | commitdiff | tree |
| 2017-11-10 |
Robert Haas | Fix incorrect comment. |
commit | commitdiff | tree |
| 2017-11-10 |
Peter Eisentraut | Add -wnet to SP invocations |
commit | commitdiff | tree |
| 2017-11-09 |
Robert Haas | Add hash partitioning. |
commit | commitdiff | tree |
| 2017-11-09 |
Peter Eisentraut | Remove junk left from DSSSL to XSL conversion |
commit | commitdiff | tree |
| 2017-11-09 |
Tom Lane | Refactor permissions checks for large objects. |
commit | commitdiff | tree |
| 2017-11-09 |
Tom Lane | Restrict lo_import()/lo_export() via SQL permissions... |
commit | commitdiff | tree |
| 2017-11-09 |
Tom Lane | Fix typo in ALTER SYSTEM output. |
commit | commitdiff | tree |
| 2017-11-09 |
Tom Lane | Fix bogus logic for checking executables' versions... |
commit | commitdiff | tree |
| 2017-11-09 |
Tom Lane | Revert "Allow --with-bonjour to work with non-macOS... |
commit | commitdiff | tree |
| 2017-11-08 |
Tom Lane | Allow --with-bonjour to work with non-macOS implementat... |
commit | commitdiff | tree |
| 2017-11-08 |
Tom Lane | Doc: fix erroneous example. |
commit | commitdiff | tree |
| next |