2013-12-03 |
Tom Lane | Fix crash in assign_collations_walker for EXISTS with... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Tom Lane | Update release notes for 9.3.2, 9.2.6, 9.1.11, 9.0... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Bruce Momjian | doc: update wording of ineffective SET and ABORT commands |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Tom Lane | Improve draft release notes. |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Tom Lane | Increase git_changelog's timestamp_slop from 10 min... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Robert Haas | Flag mmap implemenation of dynamic shared memory as... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Robert Haas | Make NUM_TOCHAR_prepare and NUM_TOCHAR_finish macros... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Robert Haas | Avoid out-of-bounds read in errfinish if error_stack_de... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Tom Lane | Draft release notes for 9.3.2. |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Peter Eisentraut | doc: Disable preface.autolabel in XSLT |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Tom Lane | Update time zone data files to tzdata release 2013h. |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Tom Lane | Editorial corrections to the October 2013 minor-release... |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Bruce Momjian | pg_upgrade: Handle default_transaction_read_only settings |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Kevin Grittner | Fix pg_dumpall to work for databases flagged as read... |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Peter Eisentraut | Remove use of obsolescent Autoconf macros |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Peter Eisentraut | doc: Simplify handling of variablelists in XSLT build |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Alvaro Herrera | Fix a couple of bugs in MultiXactId freezing |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Alvaro Herrera | Don't TransactionIdDidAbort in HeapTupleGetUpdateXid |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Alvaro Herrera | Truncate pg_multixact/'s contents during crash recovery |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Alvaro Herrera | Fix full-table-vacuum request mechanism for MultiXactIds |
commit | commitdiff | tree | snapshot |
2013-11-30 |
Alvaro Herrera | Replace hardcoded 200000000 with autovacuum_freeze_max_age |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Tom Lane | Fix assorted issues in pg_ctl's pgwin32_CommandLine(). |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Tom Lane | Be sure to release proc->backendLock after SetupLockInT... |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Tom Lane | Fix assorted race conditions in the new timeout infrast... |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Peter Eisentraut | doc: Enhance documentation of ssl_ciphers setting a bit |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Peter Eisentraut | doc: Allow selecting web site CSS style sheet in XSLT... |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Robert Haas | Refine our definition of what constitutes a system... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Heikki Linnakangas | Another gin_desc fix. |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Heikki Linnakangas | Fix gin_desc routine to match the WAL format. |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Tom Lane | Fix latent(?) race condition in LockReleaseAll. |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Alvaro Herrera | Unbreak buildfarm |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Alvaro Herrera | Use a more granular approach to follow update chains |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Alvaro Herrera | Compare Xmin to previous Xmax when locking an update... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Alvaro Herrera | Don't try to set InvalidXid as page pruning hint |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Alvaro Herrera | Cope with heap_fetch failure while locking an update... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Peter Eisentraut | doc: Set chunk.first.sections in XSLT, for consistency... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Bruce Momjian | pg_buffercache docs: adjust order of fields |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Peter Eisentraut | doc: Put data types in alphabetical order |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Tom Lane | Fix stale-pointer problem in fast-path locking logic. |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Kevin Grittner | Minor correction of READ COMMITTED isolation level... |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Tom Lane | Minor corrections in lmgr/README. |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Heikki Linnakangas | Get rid of the post-recovery cleanup step of GIN page... |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Heikki Linnakangas | More GIN refactoring. |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Heikki Linnakangas | Fix plpython3 expected output. |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Heikki Linnakangas | Don't update relfrozenxid if any pages were skipped. |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Michael Meskes | Documentation fix for ecpg. |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Michael Meskes | ECPG: Fix searching for quoted cursor names case-sensit... |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Fujii Masao | Add --xlogdir option to pg_basebackup, for specifying... |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Fujii Masao | Fix typo in release note. |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Peter Eisentraut | Implement information_schema.parameters.parameter_defau... |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Peter Eisentraut | doc: Add id to index in XSLT build |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Heikki Linnakangas | Oops, forgot to "git add" last minute changes to regres... |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Michael Meskes | ECPG: Fix offset to NULL/size indicator array. |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Michael Meskes | ECPG: Simplify free_variable() |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Michael Meskes | ECPG: Add EXEC SQL CLOSE C to the tests. |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Michael Meskes | ECPG: Free the malloc()'ed variables in the test so... |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Michael Meskes | ECPG: Make the preprocessor emit ';' if the variable... |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Heikki Linnakangas | Handle domains over arrays like plain arrays in PL... |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Jeff Davis | Add missing entry for session_preload_libraries in... |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Bruce Momjian | Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT... |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Michael Meskes | More improvement to comment parsing in ecpg. |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Michael Meskes | Fix ecpg parsing of sizeof(). |
commit | commitdiff | tree | snapshot |
2013-11-24 |
Jeff Davis | Lessen library-loading log level. |
commit | commitdiff | tree | snapshot |
2013-11-24 |
Tom Lane | Fix new and latent bugs with errno handling in secure_r... |
commit | commitdiff | tree | snapshot |
2013-11-24 |
Michael Meskes | Allow C array definitions to use sizeof(). |
commit | commitdiff | tree | snapshot |
2013-11-24 |
Michael Meskes | Distinguish between C and SQL mode for C-style comments. |
commit | commitdiff | tree | snapshot |
2013-11-24 |
Tom Lane | Defend against bad trigger definitions in contrib/lo... |
commit | commitdiff | tree | snapshot |
2013-11-24 |
Peter Eisentraut | PL/Tcl: Add event trigger support |
commit | commitdiff | tree | snapshot |
2013-11-24 |
Tom Lane | Fix array slicing of int2vector and oidvector values. |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Tom Lane | Ensure _dosmaperr() actually sets errno correctly. |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Peter Eisentraut | Fix thinko in SPI_execute_plan() calls |
commit | commitdiff | tree | snapshot |
2013-11-23 |
Peter Eisentraut | Avoid potential buffer overflow crash |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Tom Lane | Flatten join alias Vars before pulling up targetlist... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Tom Lane | Fix quoting in help messages in uuid-ossp extension... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Heikki Linnakangas | Fix Hot-Standby initialization of clog and subtrans. |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Heikki Linnakangas | Avoid acquiring spinlock when checking if recovery... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Peter Eisentraut | Tweak streamutil.c further to avoid scan-build warning |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Tom Lane | Support multi-argument UNNEST(), and TABLE() syntax... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Fujii Masao | Fix pg_isready to handle -d option properly. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Heikki Linnakangas | More GIN refactoring. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Heikki Linnakangas | Refactor the internal GIN B-tree interface for forming... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Heikki Linnakangas | Further GIN refactoring. |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Peter Eisentraut | ecpg: Split off mmfatal() from mmerror() |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Bruce Momjian | docs: update page format to specify page checksum... |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Bruce Momjian | pg_upgrade: avoid ALTER COLUMN TYPE on inherited columns |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Fujii Masao | Add tab completion for \pset in psql. |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Peter Eisentraut | pg_upgrade: Report full disk better |
commit | commitdiff | tree | snapshot |
2013-11-18 |
Bruce Momjian | unaccent: Revert patch 9299f6179838cef8aa1123f6fb76f0d... |
commit | commitdiff | tree | snapshot |
2013-11-18 |
Heikki Linnakangas | Spell SQL keywords in uppercase in pg_dump's query. |
commit | commitdiff | tree | snapshot |
2013-11-18 |
Heikki Linnakangas | Replace appendPQExpBuffer(..., <constant>) with appendP... |
commit | commitdiff | tree | snapshot |
2013-11-18 |
Robert Haas | Use cstring_to_text_with_len when length is known. |
commit | commitdiff | tree | snapshot |
2013-11-18 |
Heikki Linnakangas | Count locked pages that don't need vacuuming as scanned. |
commit | commitdiff | tree | snapshot |
2013-11-17 |
Tom Lane | Add make_date() and make_time() functions. |
commit | commitdiff | tree | snapshot |
2013-11-16 |
Tom Lane | Improve performance of numeric sum(), avg(), stddev... |
commit | commitdiff | tree | snapshot |
2013-11-16 |
Tom Lane | Allow aggregates to provide estimates of their transiti... |
commit | commitdiff | tree | snapshot |
2013-11-16 |
Peter Eisentraut | pg_upgrade: Fix some whitespace oddities |
commit | commitdiff | tree | snapshot |
2013-11-16 |
Tom Lane | Remove pgbench's hardwired limit on line length in... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Tom Lane | Fix incorrect loop counts in tidbitmap.c. |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Tom Lane | Speed up printing of INSERT statements in pg_dump. |
commit | commitdiff | tree | snapshot |
next |