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 |
2017-11-08 |
Tom Lane | Fix two violations of the ResourceOwnerEnlarge/Remember... |
commit | commitdiff | tree |
2017-11-08 |
Peter Eisentraut | Change TRUE/FALSE to true/false |
commit | commitdiff | tree |
2017-11-08 |
Peter Eisentraut | Put markup in the right place |
commit | commitdiff | tree |
2017-11-08 |
Peter Eisentraut | Expand empty end tag |
commit | commitdiff | tree |
2017-11-07 |
Robert Haas | Fix typo in comment. |
commit | commitdiff | tree |
2017-11-07 |
Tom Lane | Fix unportable spelling of int64 constant. |
commit | commitdiff | tree |
2017-11-07 |
Tom Lane | Fix unportable usage of <ctype.h> functions. |
commit | commitdiff | tree |
2017-11-07 |
Simon Riggs | Remove secondary checkpoint |
commit | commitdiff | tree |
2017-11-07 |
Simon Riggs | Exclude pg_internal.init from BASE_BACKUP |
commit | commitdiff | tree |
2017-11-07 |
Tom Lane | Fix version numbering foulups exposed by 10.1. |
commit | commitdiff | tree |
2017-11-06 |
Tom Lane | Last-minute updates for release notes. |
commit | commitdiff | tree |
2017-11-06 |
Tom Lane | Add tests for json{b}_populate_recordset() crash case. |
commit | commitdiff | tree |
2017-11-06 |
Noah Misch | start-scripts: switch to $PGUSER before opening $PGLOG. |
commit | commitdiff | tree |
2017-11-06 |
Dean Rasheed | Always require SELECT permission for ON CONFLICT DO... |
commit | commitdiff | tree |
2017-11-06 |
Noah Misch | Add a temp-install prerequisite to "check"-like targets... |
commit | commitdiff | tree |
2017-11-05 |
Tom Lane | Release notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3... |
commit | commitdiff | tree |
2017-11-05 |
Noah Misch | Ignore CatalogSnapshot when checking COPY FREEZE prereq... |
commit | commitdiff | tree |
2017-11-05 |
Magnus Hagander | Fix comment |
commit | commitdiff | tree |
2017-11-04 |
Tom Lane | First-draft release notes for 10.1. |
commit | commitdiff | tree |
2017-11-04 |
Peter Eisentraut | doc: Update text for new recovery_target_lsn setting |
commit | commitdiff | tree |
2017-11-04 |
Peter Eisentraut | ecpg: Use bool instead of int |
commit | commitdiff | tree |
2017-11-04 |
Peter Eisentraut | ecpg: Remove useless return values |
commit | commitdiff | tree |
2017-11-04 |
Peter Eisentraut | Fix incorrect use of bool |
commit | commitdiff | tree |
2017-11-03 |
Tom Lane | Avoid looping through line pointers twice in PageRepair... |
commit | commitdiff | tree |
2017-11-03 |
Tom Lane | Flag index metapages as standard-format in xlog.c calls. |
commit | commitdiff | tree |
2017-11-03 |
Alvaro Herrera | Fix thinkos in BRIN summarization |
commit | commitdiff | tree |
2017-11-03 |
Peter Eisentraut | doc: Convert ids to upper case at build time |
commit | commitdiff | tree |
2017-11-03 |
Peter Eisentraut | Don't reset additional columns on subscriber to NULL... |
commit | commitdiff | tree |
2017-11-03 |
Alvaro Herrera | Fix BRIN summarization concurrent with extension |
commit | commitdiff | tree |
2017-11-03 |
Michael Meskes | Improve error message for incorrect number inputs in... |
commit | commitdiff | tree |
2017-11-02 |
Tom Lane | pgbench: replace run-time string comparisons with an... |
commit | commitdiff | tree |
2017-11-02 |
Tom Lane | Set the metapage's pd_lower correctly in brin, gin... |
commit | commitdiff | tree |
2017-11-02 |
Michael Meskes | Fix float parsing in ecpg INFORMIX mode. |
commit | commitdiff | tree |
2017-11-02 |
Peter Eisentraut | pg_ctl: Improve message |
commit | commitdiff | tree |
2017-11-02 |
Peter Eisentraut | Simplify new test suite handling of passwordcheck |
commit | commitdiff | tree |
2017-11-02 |
Tom Lane | Fix corner-case errors in brin_doupdate(). |
commit | commitdiff | tree |
2017-11-02 |
Peter Eisentraut | Remove wal_keep_segments from default configuration... |
commit | commitdiff | tree |
2017-11-02 |
Peter Eisentraut | doc: Clarify pgstattuple privileges information |
commit | commitdiff | tree |
2017-11-02 |
Tom Lane | Teach planner to account for HAVING quals in aggregatio... |
commit | commitdiff | tree |
2017-11-02 |
Alvaro Herrera | Revert bogus fixes of HOT-freezing bug |
commit | commitdiff | tree |
2017-11-02 |
Peter Eisentraut | doc: Adjust name in acknowledgments |
commit | commitdiff | tree |
2017-11-02 |
Noah Misch | In client support of v10 features, use standard schema... |
commit | commitdiff | tree |
2017-11-02 |
Tom Lane | Doc: update URL for check_postgres. |
commit | commitdiff | tree |
2017-11-01 |
Tom Lane | Allow bitmap scans to operate as index-only scans when... |
commit | commitdiff | tree |
2017-11-01 |
Peter Eisentraut | doc: Mention pg_stat_wal_receiver in streaming replicat... |
commit | commitdiff | tree |
2017-11-01 |
Tom Lane | Fix ALTER TABLE code to update domain constraints when... |
commit | commitdiff | tree |
2017-11-01 |
Peter Eisentraut | doc: Add to hot standby documentation |
commit | commitdiff | tree |
2017-11-01 |
Peter Eisentraut | pg_basebackup: Fix comparison handling of tablespace... |
commit | commitdiff | tree |
2017-11-01 |
Michael Meskes | Make sure ecpglib does accepts digits behind decimal... |
commit | commitdiff | tree |
2017-10-31 |
Stephen Frost | Remove inbound links to sql-createuser |
commit | commitdiff | tree |
next |