2014-10-31 |
Peter Eisentraut | doc: Wording and formatting improvements in new logical... |
commit | commitdiff | tree | snapshot |
2014-10-31 |
Peter Eisentraut | doc: Improve CREATE VIEW / WITH documentation |
commit | commitdiff | tree | snapshot |
2014-10-30 |
Robert Haas | Extend dsm API with a new function dsm_unpin_mapping. |
commit | commitdiff | tree | snapshot |
2014-10-30 |
Tom Lane | Test IsInTransactionChain, not IsTransactionBlock,... |
commit | commitdiff | tree | snapshot |
2014-10-30 |
Robert Haas | "Pin", rather than "keep", dynamic shared memory mappin... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Peter Eisentraut | Remove use of TAP subtests |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Tom Lane | Avoid corrupting tables when ANALYZE inside a transacti... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Robert Haas | Avoid setup work for invalidation messages at start... |
commit | commitdiff | tree | snapshot |
2014-10-29 |
Heikki Linnakangas | Reset error message at PQreset() |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Tom Lane | Remove obsolete commentary. |
commit | commitdiff | tree | snapshot |
2014-10-28 |
Heikki Linnakangas | Remove unnecessary assignment. |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Noah Misch | MinGW: Include .dll extension in .def file LIBRARY... |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Robert Haas | Add missing equals signs to pg_recvlogical documentation. |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Heikki Linnakangas | Fix two bugs in tsquery @> operator. |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Bruce Momjian | Add variable names to two LWLock C prototypes |
commit | commitdiff | tree | snapshot |
2014-10-27 |
Tom Lane | Avoid unportable strftime() behavior in pg_dump/pg_dumpall. |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Tom Lane | Fix undersized result buffer in pset_quoted_string(). |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Tom Lane | Improve planning of btree index scans using ScalarArray... |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Peter Eisentraut | Fix TAP tests with Perl 5.12 |
commit | commitdiff | tree | snapshot |
2014-10-26 |
Peter Eisentraut | Fix TAP tests with Perl 5.8 |
commit | commitdiff | tree | snapshot |
2014-10-25 |
Andres Freund | Add native compiler and memory barriers for solaris... |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Heikki Linnakangas | Work around Windows locale name with non-ASCII character. |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Heikki Linnakangas | Forgot #include "pg_getopt.h", now that pg_controldata... |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Heikki Linnakangas | Complain if too many options are passed to pg_controlda... |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Heikki Linnakangas | Oops, the commit accept pg_controldata -D datadir misse... |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Robert Haas | Fix off-by-one error in 2781b4bea7db357be59f9a5fd73ca1e... |
commit | commitdiff | tree | snapshot |
2014-10-24 |
Alvaro Herrera | psql: complain if pg_dump custom-format is detected |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Alvaro Herrera | Update README.tuplock |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Tom Lane | In type_sanity, check I/O functions of built-in types... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Tom Lane | Improve ispell dictionary's defenses against bad affix... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Robert Haas | Perform less setup work for AFTER triggers at transacti... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Fujii Masao | Remove the unused argument of PSQLexec(). |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Robert Haas | Add a function to get the authenticated user ID. |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Fujii Masao | Prevent the already-archived WAL file from being archiv... |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Peter Eisentraut | Minimize calls of pg_class_aclcheck to minimum necessary |
commit | commitdiff | tree | snapshot |
2014-10-23 |
Peter Eisentraut | Add tests for sequence privileges |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Tom Lane | Ensure libpq reports a suitable error message on unexpe... |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Michael Meskes | Small code cleanup. |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Heikki Linnakangas | Update comment. |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Noah Misch | MinGW: Use -static-libgcc when linking a DLL. |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Noah Misch | MinGW: Link with shell32.dll instead of shfolder.dll. |
commit | commitdiff | tree | snapshot |
2014-10-21 |
Tom Lane | Update expected/sequence_1.out. |
commit | commitdiff | tree | snapshot |
2014-10-21 |
Peter Eisentraut | Allow input format xxxx-xxxx-xxxx for macaddr type |
commit | commitdiff | tree | snapshot |
2014-10-21 |
Peter Eisentraut | doc: Check DocBook XML validity during the build |
commit | commitdiff | tree | snapshot |
2014-10-21 |
Peter Eisentraut | doc: Update Red Hat documentation tools information |
commit | commitdiff | tree | snapshot |
2014-10-21 |
Peter Eisentraut | doc: Update FreeBSD documentation tools information |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Andres Freund | Don't duplicate log_checkpoint messages for both of... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Andres Freund | Renumber CHECKPOINT_* flags. |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Andres Freund | Flush unlogged table's buffers when copying or moving... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Peter Eisentraut | pg_test_fsync: Update output format |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Andrew Dunstan | Correct volatility markings of a few json functions. |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Tom Lane | Fix mishandling of FieldSelect-on-whole-row-Var in... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Tom Lane | Fix file-identification comment in contrib/pgcrypto... |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Robert Haas | Fix typos. |
commit | commitdiff | tree | snapshot |
2014-10-20 |
Robert Haas | Fix typos. |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Peter Eisentraut | initdb: Fix compiler error in USE_PREFETCH case |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Peter Eisentraut | psql: Improve \pset without arguments |
commit | commitdiff | tree | snapshot |
2014-10-19 |
Peter Eisentraut | Allow setting effective_io_concurrency even on unsuppor... |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Bruce Momjian | Shorten warning about hash creation |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Bruce Momjian | interval: tighten precision specification |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Bruce Momjian | doc: restrictions on alter database moving default... |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Peter Eisentraut | doc: Clean up pg_recvlogical reference page |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Tom Lane | Declare mkdtemp() only if we're providing it. |
commit | commitdiff | tree | snapshot |
2014-10-18 |
Tom Lane | Avoid core dump in _outPathInfo() for Path without... |
commit | commitdiff | tree | snapshot |
2014-10-17 |
Fujii Masao | Fix bug in handling of connections that pg_receivexlog... |
commit | commitdiff | tree | snapshot |
2014-10-17 |
Tom Lane | Fix core dump in pg_dump --binary-upgrade on zero-colum... |
commit | commitdiff | tree | snapshot |
2014-10-17 |
Tom Lane | Re-pgindent src/bin/pg_dump/*. |
commit | commitdiff | tree | snapshot |
2014-10-17 |
Stephen Frost | Fix pg_dump for UPDATE policies |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Tom Lane | Support timezone abbreviations that sometimes change. |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Tom Lane | Print planning time only in EXPLAIN ANALYZE, not plain... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Alvaro Herrera | Blind attempt at fixing Win32 pg_dump issues |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Alvaro Herrera | pg_dump: Reduce use of global variables |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Heikki Linnakangas | Fix deadlock with LWLockAcquireWithVar and LWLockWaitFo... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Heikki Linnakangas | Fix typo in docs. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Peter Eisentraut | doc: Improve ALTER VIEW / SET documentation |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Peter Eisentraut | doc: Fix copy-and-paste mistakes |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Peter Eisentraut | psql: Fix \? output alignment |
commit | commitdiff | tree | snapshot |
2014-10-13 |
Bruce Momjian | doc: mention TM is ignored for to_date/to_timestamp() |
commit | commitdiff | tree | snapshot |
2014-10-13 |
Bruce Momjian | doc: mention more changes needed to use huge pages |
commit | commitdiff | tree | snapshot |
2014-10-13 |
Bruce Momjian | C comments: adjust execTuples.c for new structure |
commit | commitdiff | tree | snapshot |
2014-10-13 |
Bruce Momjian | docs: error for adding _validated_ domains for existin... |
commit | commitdiff | tree | snapshot |
2014-10-13 |
Bruce Momjian | Consistently use NULL for invalid GUC unit strings |
commit | commitdiff | tree | snapshot |
2014-10-13 |
Bruce Momjian | doc: improve USING and NATURAL JOIN descriptions |
commit | commitdiff | tree | snapshot |
2014-10-13 |
Heikki Linnakangas | Add --latency-limit option to pgbench. |
commit | commitdiff | tree | snapshot |
2014-10-13 |
Kevin Grittner | Increase number of hash join buckets for underestimate. |
commit | commitdiff | tree | snapshot |
2014-10-13 |
Noah Misch | Fix quoting in the add_to_path Makefile macro. |
commit | commitdiff | tree | snapshot |
2014-10-13 |
Noah Misch | pg_ctl: Cast DWORD values to avoid -Wformat warnings. |
commit | commitdiff | tree | snapshot |
2014-10-13 |
Noah Misch | Suppress dead, unportable src/port/crypt.c code. |
commit | commitdiff | tree | snapshot |
2014-10-12 |
Peter Eisentraut | pg_recvlogical: Improve --help output |
commit | commitdiff | tree | snapshot |
2014-10-12 |
Peter Eisentraut | Message improvements |
commit | commitdiff | tree | snapshot |
2014-10-11 |
Bruce Momjian | pg_upgrade: prefix Unix shell script name output with... |
commit | commitdiff | tree | snapshot |
2014-10-11 |
Bruce Momjian | docs: remove mention that attnotnull should be changed |
commit | commitdiff | tree | snapshot |
2014-10-11 |
Bruce Momjian | regression: adjust polygon diagrams to not use tabs |
commit | commitdiff | tree | snapshot |
2014-10-11 |
Tom Lane | Improve documentation about JSONB array containment... |
commit | commitdiff | tree | snapshot |
2014-10-11 |
Tom Lane | Fix bogus optimization in JSONB containment tests. |
commit | commitdiff | tree | snapshot |
2014-10-10 |
Heikki Linnakangas | Remove unnecessary initialization of local variables. |
commit | commitdiff | tree | snapshot |
2014-10-10 |
Heikki Linnakangas | Change the way encoding and locale checks are done... |
commit | commitdiff | tree | snapshot |
2014-10-09 |
Fujii Masao | Fix broken example in PL/pgSQL document. |
commit | commitdiff | tree | snapshot |
2014-10-08 |
Alvaro Herrera | Split builtins.h to a new header ruleutils.h |
commit | commitdiff | tree | snapshot |
2014-10-08 |
Robert Haas | Extend shm_mq API with new functions shm_mq_sendv,... |
commit | commitdiff | tree | snapshot |
next |