2015-03-05 |
Fujii Masao | Fix typo in comment. |
commit | commitdiff | tree |
2015-03-05 |
Tom Lane | Avoid unused-variable warning in non-assert builds. |
commit | commitdiff | tree |
2015-03-05 |
Tom Lane | Change plpgsql's cast cache to consider source typmod... |
commit | commitdiff | tree |
2015-03-05 |
Tom Lane | Need to special-case RECORD as well as UNKNOWN in plpgs... |
commit | commitdiff | tree |
2015-03-04 |
Tom Lane | Use standard casting mechanism to convert types in... |
commit | commitdiff | tree |
2015-03-04 |
Tom Lane | Fix cost estimation for indexscans on expensive indexed... |
commit | commitdiff | tree |
2015-03-04 |
Fujii Masao | Fix an obsolete reference to SnapshotNow in comment. |
commit | commitdiff | tree |
2015-03-04 |
Tom Lane | Fix long-obsolete code for separating filter conditions... |
commit | commitdiff | tree |
2015-03-03 |
Robert Haas | Remove residual NULL-pstate handling in addRangeTableEntry. |
commit | commitdiff | tree |
2015-03-03 |
Alvaro Herrera | Change many routines to return ObjectAddress rather... |
commit | commitdiff | tree |
2015-03-03 |
Alvaro Herrera | Add comment for "is_internal" parameter |
commit | commitdiff | tree |
2015-03-03 |
Tom Lane | Reduce json <=> jsonb casts from explicit-only to assig... |
commit | commitdiff | tree |
2015-03-03 |
Robert Haas | pgbench: Fix mistakes in Makefile. |
commit | commitdiff | tree |
2015-03-03 |
Tom Lane | Fix busted markup. |
commit | commitdiff | tree |
2015-03-02 |
Robert Haas | pgbench: Add a real expression syntax to \set |
commit | commitdiff | tree |
2015-03-02 |
Stephen Frost | Fix pg_dump handling of extension config tables |
commit | commitdiff | tree |
2015-03-01 |
Stephen Frost | Fix targetRelation initializiation in prepsecurity |
commit | commitdiff | tree |
2015-03-01 |
Tom Lane | Use the typcache to cache constraints for domain types. |
commit | commitdiff | tree |
2015-03-01 |
Noah Misch | Add transform functions for AT TIME ZONE. |
commit | commitdiff | tree |
2015-03-01 |
Noah Misch | Unlink static libraries before rebuilding them. |
commit | commitdiff | tree |
2015-03-01 |
Tom Lane | Move memory context callback declarations into palloc.h. |
commit | commitdiff | tree |
2015-03-01 |
Alvaro Herrera | Fix intermittent failure in event_trigger test |
commit | commitdiff | tree |
2015-02-28 |
Tom Lane | Track typmods in plpgsql expression evaluation and... |
commit | commitdiff | tree |
2015-02-28 |
Tom Lane | Fix planning of star-schema-style queries. |
commit | commitdiff | tree |
2015-02-28 |
Tom Lane | Improve mmgr README. |
commit | commitdiff | tree |
2015-02-27 |
Tom Lane | Suppress uninitialized-variable warning from less-brigh... |
commit | commitdiff | tree |
2015-02-27 |
Tom Lane | Redefine MemoryContextReset() as deleting, not resettin... |
commit | commitdiff | tree |
2015-02-27 |
Alvaro Herrera | Make CREATE OR REPLACE VIEW internally more consistent |
commit | commitdiff | tree |
2015-02-27 |
Tom Lane | Invent a memory context reset/delete callback mechanism. |
commit | commitdiff | tree |
2015-02-27 |
Alvaro Herrera | Fix a couple of trivial issues in jsonb.c |
commit | commitdiff | tree |
2015-02-27 |
Alvaro Herrera | Fix table_rewrite event trigger for ALTER TYPE/SET... |
commit | commitdiff | tree |
2015-02-26 |
Andrew Dunstan | Render infinite date/timestamps as 'infinity' for json... |
commit | commitdiff | tree |
2015-02-26 |
Andres Freund | Reconsider when to wait for WAL flushes/syncrep during... |
commit | commitdiff | tree |
2015-02-26 |
Fujii Masao | Add note about how to make the SRF detoasted arguments... |
commit | commitdiff | tree |
2015-02-26 |
Noah Misch | Free SQLSTATE and SQLERRM no earlier than other PL... |
commit | commitdiff | tree |
2015-02-26 |
Stephen Frost | Add hasRowSecurity to copyfuncs/outfuncs |
commit | commitdiff | tree |
2015-02-26 |
Stephen Frost | Add locking clause for SB views for update/delete |
commit | commitdiff | tree |
2015-02-25 |
Tom Lane | Fix over-optimistic caching in fetch_array_arg_replace_... |
commit | commitdiff | tree |
2015-02-25 |
Tom Lane | Fix dumping of views that are just VALUES(...) but... |
commit | commitdiff | tree |
2015-02-25 |
Michael Meskes | Remove null-pointer checks that are not needed. |
commit | commitdiff | tree |
2015-02-24 |
Tom Lane | Improve parser's one-extra-token lookahead mechanism. |
commit | commitdiff | tree |
2015-02-24 |
Peter Eisentraut | Error when creating names too long for tar format |
commit | commitdiff | tree |
2015-02-24 |
Heikki Linnakangas | Fix recovery_command -> restore_command typo in 8.3... |
commit | commitdiff | tree |
2015-02-24 |
Heikki Linnakangas | Fix typo in README. |
commit | commitdiff | tree |
2015-02-23 |
Peter Eisentraut | Fix invalid DocBook XML |
commit | commitdiff | tree |
2015-02-23 |
Alvaro Herrera | Fix stupid merge errors in previous commit |
commit | commitdiff | tree |
2015-02-23 |
Tom Lane | Further tweaking of raw grammar output to distinguish... |
commit | commitdiff | tree |
2015-02-23 |
Alvaro Herrera | Support more commands in event triggers |
commit | commitdiff | tree |
2015-02-23 |
Heikki Linnakangas | Replace checkpoint_segments with min_wal_size and max_w... |
commit | commitdiff | tree |
2015-02-23 |
Heikki Linnakangas | Renumber GUC_* constants. |
commit | commitdiff | tree |
2015-02-23 |
Heikki Linnakangas | Refactor unit conversions code in guc.c. |
commit | commitdiff | tree |
2015-02-23 |
Andres Freund | Guard against spurious signals in LockBufferForCleanup. |
commit | commitdiff | tree |
2015-02-23 |
Fujii Masao | Add GUC to control the time to wait before retrieving... |
commit | commitdiff | tree |
2015-02-23 |
Heikki Linnakangas | Fix potential deadlock with libpq non-blocking mode. |
commit | commitdiff | tree |
2015-02-22 |
Tom Lane | Add parse location fields to NullTest and BooleanTest... |
commit | commitdiff | tree |
2015-02-22 |
Tom Lane | Get rid of multiple applications of transformExpr(... |
commit | commitdiff | tree |
2015-02-22 |
Tom Lane | Represent BETWEEN as a special node type in raw parse... |
commit | commitdiff | tree |
2015-02-22 |
Jeff Davis | Rename variable in AllocSetContextCreate to be consistent. |
commit | commitdiff | tree |
2015-02-22 |
Jeff Davis | In array_agg(), don't create a new context for every... |
commit | commitdiff | tree |
2015-02-21 |
Tom Lane | Try to fix busted gettimeofday() code. |
commit | commitdiff | tree |
2015-02-21 |
Tom Lane | Use FLEXIBLE_ARRAY_MEMBER in Windows-specific code. |
commit | commitdiff | tree |
2015-02-21 |
Andres Freund | Force some system catalog table columns to be marked... |
commit | commitdiff | tree |
2015-02-21 |
Andres Freund | Allow forcing nullness of columns during bootstrap. |
commit | commitdiff | tree |
2015-02-21 |
Tom Lane | Don't need to explain [1] kluge anymore in xfunc.sgml. |
commit | commitdiff | tree |
2015-02-21 |
Tom Lane | Use FLEXIBLE_ARRAY_MEMBER in a number of other places. |
commit | commitdiff | tree |
2015-02-21 |
Tom Lane | Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[]. |
commit | commitdiff | tree |
2015-02-21 |
Tom Lane | Minor code beautification in conninfo_uri_parse_params(). |
commit | commitdiff | tree |
2015-02-21 |
Tom Lane | Fix misparsing of empty value in conninfo_uri_parse_par... |
commit | commitdiff | tree |
2015-02-21 |
Robert Haas | Don't require users of src/port/gettimeofday.c to initi... |
commit | commitdiff | tree |
2015-02-21 |
Tom Lane | Some more FLEXIBLE_ARRAY_MEMBER fixes. |
commit | commitdiff | tree |
2015-02-20 |
Tom Lane | Fix statically allocated struct with FLEXIBLE_ARRAY_MEM... |
commit | commitdiff | tree |
2015-02-20 |
Tom Lane | Use FLEXIBLE_ARRAY_MEMBER in some more places. |
commit | commitdiff | tree |
2015-02-20 |
Tom Lane | Use FLEXIBLE_ARRAY_MEMBER in struct RecordIOData. |
commit | commitdiff | tree |
2015-02-20 |
Tom Lane | Use FLEXIBLE_ARRAY_MEMBER in struct varlena. |
commit | commitdiff | tree |
2015-02-20 |
Alvaro Herrera | Remove unnecessary and unreliable test |
commit | commitdiff | tree |
2015-02-20 |
Alvaro Herrera | Update PGSTAT_FILE_FORMAT_ID |
commit | commitdiff | tree |
2015-02-20 |
Alvaro Herrera | Have TRUNCATE update pgstat tuple counters |
commit | commitdiff | tree |
2015-02-20 |
Tom Lane | Some more FLEXIBLE_ARRAY_MEMBER hacking. |
commit | commitdiff | tree |
2015-02-20 |
Tom Lane | Remove unused variable. |
commit | commitdiff | tree |
2015-02-20 |
Tom Lane | Use "#ifdef CATALOG_VARLEN" to protect nullable fields... |
commit | commitdiff | tree |
2015-02-20 |
Tom Lane | Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. |
commit | commitdiff | tree |
2015-02-20 |
Tom Lane | Add pg_stat_get_snapshot_timestamp() to show statistics... |
commit | commitdiff | tree |
2015-02-19 |
Heikki Linnakangas | Remove dead structs. |
commit | commitdiff | tree |
2015-02-19 |
Tom Lane | Update assorted TOAST-related documentation. |
commit | commitdiff | tree |
2015-02-19 |
Tom Lane | Split array_push into separate array_append and array_p... |
commit | commitdiff | tree |
2015-02-19 |
Peter Eisentraut | Fix Perl coding error in msvc build system |
commit | commitdiff | tree |
2015-02-18 |
Alvaro Herrera | Fix opclass/opfamily identity strings |
commit | commitdiff | tree |
2015-02-18 |
Alvaro Herrera | Fix object identities for pg_conversion objects |
commit | commitdiff | tree |
2015-02-18 |
Tom Lane | Fix placement of "SET row_security" command issuance... |
commit | commitdiff | tree |
2015-02-18 |
Tom Lane | Fix failure to honor -Z compression level option in... |
commit | commitdiff | tree |
2015-02-17 |
Tom Lane | Fix EXPLAIN output for cases where parent table is... |
commit | commitdiff | tree |
2015-02-17 |
Heikki Linnakangas | Fix a bug in pairing heap removal code. |
commit | commitdiff | tree |
2015-02-17 |
Heikki Linnakangas | Fix knn-GiST queue comparison function to return heap... |
commit | commitdiff | tree |
2015-02-17 |
Tom Lane | Remove code to match IPv4 pg_hba.conf entries to IPv4... |
commit | commitdiff | tree |
2015-02-17 |
Robert Haas | Improve pg_check_dir code and comments. |
commit | commitdiff | tree |
2015-02-16 |
Kevin Grittner | Eliminate unnecessary NULL checks in picksplit method... |
commit | commitdiff | tree |
2015-02-16 |
Tom Lane | Fix misuse of memcpy() in check_ip(). |
commit | commitdiff | tree |
2015-02-16 |
Heikki Linnakangas | Fix comment in libpq OpenSSL code about why a substitue... |
commit | commitdiff | tree |
2015-02-16 |
Heikki Linnakangas | Restore the SSL_set_session_id_context() call to OpenSS... |
commit | commitdiff | tree |
2015-02-16 |
Tom Lane | Use fast path in plpgsql's RETURN/RETURN NEXT in more... |
commit | commitdiff | tree |
next |