2014-01-28 |
Bruce Momjian | Remove orphaned prototype |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Stephen Frost | Revert dup2() checking in syslogger.c |
commit | commitdiff | tree | snapshot |
2014-01-28 |
Tom Lane | Log a detail message for auth failures due to missing... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Tom Lane | Keep pg_stat_statements' query texts in a file, not... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Robert Haas | Relax the requirement that all lwlocks be stored in... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Heikki Linnakangas | Fix typo in README |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Tom Lane | Code review for auto-tuned effective_cache_size. |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Fujii Masao | Change the suffix of auto conf temporary file from... |
commit | commitdiff | tree | snapshot |
2014-01-27 |
Fujii Masao | Fix typos in comments for ALTER SYSTEM. |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Stephen Frost | Fix minor leak in pg_dump |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Andrew Dunstan | Provide for client-only installs with MSVC. |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Stephen Frost | Check dup2() results in syslogger |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Magnus Hagander | Move the options column of \db+ before the description |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Magnus Hagander | Include tablespace options in verbose output of \db |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Andrew Dunstan | Enable building with Visual Studion 2013. |
commit | commitdiff | tree | snapshot |
2014-01-26 |
Stephen Frost | Use E, not e, for escaping in example docs |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Bruce Momjian | Adjust C comment in slot_attisnull() regarding nulls. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Heikki Linnakangas | Copy-editing docs for recovery_target='immediate',... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Bruce Momjian | docs: mention CREATE TABLE LIKE linkage using INCLUDING... |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Heikki Linnakangas | Add recovery_target='immediate' option. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Noah Misch | libpq: Support TLS versions beyond TLSv1. |
commit | commitdiff | tree | snapshot |
2014-01-25 |
Noah Misch | psql: Mention SSL protocol version in \conninfo. |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Stephen Frost | Avoid minor leak in parallel pg_dump |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Heikki Linnakangas | Reset unused fields in GIN data leaf page footer. |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Heikki Linnakangas | Fix off-by-one in newly-introdcued GIN assertion. |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Heikki Linnakangas | In GIN recompression code, use mmemove rather than... |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Stephen Frost | ALTER TABLESPACE ... MOVE ... OWNED BY |
commit | commitdiff | tree | snapshot |
2014-01-24 |
Fujii Masao | Remove duplicate index entry DATE_TRUNC in document. |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Tom Lane | Allow use of "z" flag in our printf calls, and use... |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Heikki Linnakangas | Fix alignment of GIN in-line posting lists stored in... |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Heikki Linnakangas | Silence compiler warning. |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Alvaro Herrera | Make DROP IF EXISTS more consistently not fail |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Fujii Masao | Add libpq function PQhostaddr(). |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Andrew Dunstan | Allow case insensitive build version argument for MSVC. |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Fujii Masao | Fix bugs in PQhost(). |
commit | commitdiff | tree | snapshot |
2014-01-23 |
Bruce Momjian | Add date_trunc('', interval) documentation mention |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Heikki Linnakangas | Fix declaration of GinVacuumState. |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Heikki Linnakangas | Compress GIN posting lists, for smaller index size. |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Andrew Dunstan | Reindent json.c and jsonfuncs.c. |
commit | commitdiff | tree | snapshot |
2014-01-22 |
Stephen Frost | Allow type_func_name_keywords in even more places |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Tom Lane | Tweak parse location assignment for CURRENT_DATE and... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Robert Haas | Add a cardinality function for arrays. |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Robert Haas | Fix inadvertent semantics change in last patch to plug... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Robert Haas | Avoid a possible relcache leak in get_object_address_at... |
commit | commitdiff | tree | snapshot |
2014-01-21 |
Robert Haas | Plug more memory leaks when reloading config file. |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Alvaro Herrera | Expose a routine to print triggers during EXPLAIN ANALYZE |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Tom Lane | Remove pg_stat_statements--1.1.sql. |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Tom Lane | Fix to_timestamp/to_date's handling of consecutive... |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Fujii Masao | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2014-01-20 |
Simon Riggs | Speed up COPY into tables with DEFAULT nextval() |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Magnus Hagander | Rename msvc build option krb5 to gss |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Magnus Hagander | Remove support for native krb5 authentication |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Magnus Hagander | Adjust the SSL connection notification message |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Stephen Frost | Add CREATE TABLESPACE ... WITH ... Options |
commit | commitdiff | tree | snapshot |
2014-01-19 |
Tom Lane | Fix VACUUM's reporting of dead-tuple counts to the... |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Stephen Frost | Add ALTER TABLESPACE ... MOVE command |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Stephen Frost | Allow SET TABLESPACE to database default |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Tom Lane | Make various variables const (read-only). |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Andrew Dunstan | Export a few more symbols required for test_shm_mq... |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Peter Eisentraut | Fix client-only installation |
commit | commitdiff | tree | snapshot |
2014-01-18 |
Tom Lane | Minor code beautification in contrib/sslinfo. |
commit | commitdiff | tree | snapshot |
2014-01-17 |
Tom Lane | Add gen_random_uuid() to contrib/pgcrypto. |
commit | commitdiff | tree | snapshot |
2014-01-17 |
Andrew Dunstan | Export set_latch_on_sigusr1 symbol for Windows. |
commit | commitdiff | tree | snapshot |
2014-01-17 |
Andrew Dunstan | Prevent double macro definition of WIN32. |
commit | commitdiff | tree | snapshot |
2014-01-17 |
Magnus Hagander | Show SSL encryption information when logging connections |
commit | commitdiff | tree | snapshot |
2014-01-17 |
Magnus Hagander | Define WIN32 when _WIN32 is set |
commit | commitdiff | tree | snapshot |
2014-01-17 |
Heikki Linnakangas | Prevent integer overflow with --progress >= 2148 |
commit | commitdiff | tree | snapshot |
2014-01-17 |
Bruce Momjian | doc: rename "Equals" to "Equal" |
commit | commitdiff | tree | snapshot |
2014-01-17 |
Bruce Momjian | doc: fix := description typo. |
commit | commitdiff | tree | snapshot |
2014-01-16 |
Bruce Momjian | docs: update PL/pgSQL docs about the use of := and = |
commit | commitdiff | tree | snapshot |
2014-01-16 |
Heikki Linnakangas | Fix Hot Standby feedback sending when streaming busily. |
commit | commitdiff | tree | snapshot |
2014-01-16 |
Alvaro Herrera | Split ecpg_execute() in constituent parts |
commit | commitdiff | tree | snapshot |
2014-01-16 |
Tom Lane | Add display of oprcode (the underlying function's name... |
commit | commitdiff | tree | snapshot |
2014-01-16 |
Alvaro Herrera | Split ECPGdo() in constituent parts |
commit | commitdiff | tree | snapshot |
2014-01-16 |
Heikki Linnakangas | Suppress Coverity complaints in readfuncs.c. |
commit | commitdiff | tree | snapshot |
2014-01-16 |
Peter Eisentraut | Fix whitespace |
commit | commitdiff | tree | snapshot |
2014-01-15 |
Robert Haas | test_shm_mq: Try again to fix compiler warning. |
commit | commitdiff | tree | snapshot |
2014-01-15 |
Robert Haas | Logging running transactions every 15 seconds. |
commit | commitdiff | tree | snapshot |
2014-01-15 |
Robert Haas | Fix missing parentheses resulting in wrong order of... |
commit | commitdiff | tree | snapshot |
2014-01-15 |
Robert Haas | test_shm_mq: Fix checks for negative queue size. |
commit | commitdiff | tree | snapshot |
2014-01-15 |
Robert Haas | Fix compiler warning. |
commit | commitdiff | tree | snapshot |
2014-01-15 |
Robert Haas | Fix compiler warning: Size isn't 64 bits on 32 bit... |
commit | commitdiff | tree | snapshot |
2014-01-15 |
Tom Lane | Improve FILES section of psql reference page. |
commit | commitdiff | tree | snapshot |
2014-01-14 |
Tom Lane | Fix multiple bugs in index page locking during hot... |
commit | commitdiff | tree | snapshot |
2014-01-14 |
Robert Haas | Documentation for test_shm_mq. |
commit | commitdiff | tree | snapshot |
2014-01-14 |
Robert Haas | Mention that VACUUM FREEZE also effectively zeroes... |
commit | commitdiff | tree | snapshot |
2014-01-14 |
Robert Haas | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2014-01-14 |
Robert Haas | Test code for shared memory message queue facility. |
commit | commitdiff | tree | snapshot |
2014-01-14 |
Robert Haas | Single-reader, single-writer, lightweight shared messag... |
commit | commitdiff | tree | snapshot |
2014-01-14 |
Robert Haas | Simple table of contents for a shared memory segment. |
commit | commitdiff | tree | snapshot |
2014-01-13 |
Robert Haas | Code improvements for ALTER SYSTEM .. SET. |
commit | commitdiff | tree | snapshot |
2014-01-13 |
Robert Haas | Make bitmap heap scans show exact/lossy block info... |
commit | commitdiff | tree | snapshot |
2014-01-13 |
Tom Lane | Fix possible buffer overrun in contrib/pg_trgm. |
commit | commitdiff | tree | snapshot |
2014-01-13 |
Heikki Linnakangas | Fix calculation of ISMN check digit. |
commit | commitdiff | tree | snapshot |
2014-01-13 |
Heikki Linnakangas | Add OVERLAPS to index in the docs. |
commit | commitdiff | tree | snapshot |
2014-01-13 |
Michael Meskes | Always use the same way to addres a descriptor in ecpg... |
commit | commitdiff | tree | snapshot |
2014-01-13 |
Bruce Momjian | Fix pg_dumpall on pre-8.1 servers |
commit | commitdiff | tree | snapshot |
2014-01-12 |
Tom Lane | Disallow LATERAL references to the target table of... |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Tom Lane | Fix possible crashes due to using elog/ereport too... |
commit | commitdiff | tree | snapshot |
2014-01-11 |
Bruce Momjian | Revert fd2ace802811c333b0b4e1a28b138fd4774745f3 |
commit | commitdiff | tree | snapshot |
next |